CMR_BU_PARAMETERS
This table stores Legal entity and Primary ledger of a business unit for which user is running receipt accounting process.
Details
-
Schema: FUSION
-
Object owner: CMR
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
CMR_BU_PARAMETERS_PK |
BU_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| BU_ID | NUMBER | 18 | Yes | Identifies the Business Unit for which the parameters are defined. | |
| OBJECT_VERSION_NUMBER | NUMBER | 9 | Yes | Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. | |
| PRIMARY_LEDGER_ID | NUMBER | 18 | Primary Ledger for the given business unit. | ||
| LEGAL_ENTITY_ID | NUMBER | 18 | Legal Entity of the business unit. | ||
| CALENDAR_ID | NUMBER | 18 | Calendar associated to the primary ledger. | ||
| PERIOD_SET_NAME | VARCHAR2 | 15 | Period set name derived from the primary ledger. | ||
| CURRENCY_CODE | VARCHAR2 | 15 | Identifies the functional currency of the primary ledger of the Business Unit. | ||
| FIRST_LEDGER_PERIOD_NAME | VARCHAR2 | 15 | This is the first period value of the associated accounting period set for receipt accounting transactions to be accounted in. It allows the receipt accounting period maintenance of open/close, etc. for all subsequent periods including this period. | ||
| OPEN_PERIODS_NUM | NUMBER | 9 | This indicates the maximum number of concurrent open periods allowed within Receipt Accounting. | ||
| COST_CUTOFF_FLAG | VARCHAR2 | 1 | Indicates the cost cutoff option specified by the user and to be used during Receipt accounting processing. U - User-Defined, A - Auto. The LOOKUP_TYPE for these values is CST_COST_CUTOFF_FLAG. | ||
| COST_CUTOFF_DATE | DATE | Indicates the cost cutoff date specified by the user and to be used during Receipt accounting processing. | |||
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
| REQUEST_ID | NUMBER | 18 | Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. | ||
| JOB_DEFINITION_NAME | VARCHAR2 | 100 | Enterprise Service Scheduler: indicates the name of the job that created or last updated the row. | ||
| JOB_DEFINITION_PACKAGE | VARCHAR2 | 900 | Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| CMR_BU_PARAMETERS_PK1 | Unique | Default | BU_ID |
| CMR_BU_PARAMETERS_U1 | Unique | Default | BU_ID, LEGAL_ENTITY_ID, PRIMARY_LEDGER_ID |