CMR_PERIOD_STATUSES
This table contains the GL Period statuses for the Business Units used in Receipt Accounting.
Details
-
Schema: FUSION
-
Object owner: CMR
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
CMR_PERIOD_STATUSES_PK |
BUSINESS_UNIT_ID, PERIOD_NAME |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| BUSINESS_UNIT_ID | NUMBER | 18 | Yes | Business Unit for which the period statuses are defined. | |
| 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. | ||
| PERIOD_SET_NAME | VARCHAR2 | 15 | Yes | Period set name derived from general ledger calendar. | |
| LEDGER_ID | NUMBER | 18 | Yes | Unique identifier of the ledger derived from the business unit. | |
| LEGAL_ENTITY_ID | NUMBER | 18 | Yes | Legal Entity associated to the BU. | |
| PERIOD_TYPE | VARCHAR2 | 15 | Yes | Period type derived from general ledger calendar. | |
| PERIOD_NAME | VARCHAR2 | 15 | Yes | Period Name derived from the general ledger calendar. | |
| STATUS_CODE | VARCHAR2 | 30 | Yes | Period Status code for Receipt Accounting. N-Never Opened, O-Open, P-Pending Close, C-Closed, F-Permanently Closed. | |
| PERIOD_NUM | NUMBER | 18 | Yes | Period number derived from general ledger calendar. | |
| PERIOD_YEAR | NUMBER | 18 | Yes | Period year derived from general ledger calendar. | |
| START_DATE | DATE | Yes | Start date of the Period derived from general ledger calendar. | ||
| END_DATE | DATE | Yes | End date of the period derived from general ledger calendar. | ||
| LE_TIME_OFFSET | NUMBER | Yes | LE timezone offset from UTC for the period end date. | ||
| SERVER_END_DATE | DATE | Yes | Period end date in the server time zone. | ||
| 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. | ||
| SERVER_START_DATE | DATE | Yes | Period start date in the server time zone | ||
| 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. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| CMR_PERIOD_STATUSES_U1 | Unique | Default | BUSINESS_UNIT_ID, PERIOD_NAME |