XLA_AE_HEADER_ACS
This table contains the supporting references segment values for a journal entry header.
Details
-
Schema: FUSION
-
Object owner: XLA
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
XLA_AE_HEADER_ACS_PK |
AE_HEADER_ID, ANALYTICAL_CRITERION_CODE, ANALYTICAL_CRITERION_TYPE_CODE, AMB_CONTEXT_CODE |
Columns
Name | Datatype | Length | Precision | Not-null | Comments | Status |
---|---|---|---|---|---|---|
AE_HEADER_ID | NUMBER | 18 | Yes | Identifier of a subledger journal entry at the header level. | ||
ANALYTICAL_CRITERION_CODE | VARCHAR2 | 30 | Yes | Unique abbreviated name used for reporting or in reference to an option. | ||
ANALYTICAL_CRITERION_TYPE_CODE | VARCHAR2 | 30 | Yes | Indicates whether the Supporting Reference is seeded or not. | ||
AMB_CONTEXT_CODE | VARCHAR2 | 30 | Yes | Accounting method builder context. | Active | |
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. | Active | |
AC1 | VARCHAR2 | 30 | First segment name of a supporting reference. | Active | ||
AC2 | VARCHAR2 | 30 | Second segment name of a supporting reference. | Active | ||
AC3 | VARCHAR2 | 30 | Third segment name of a supporting reference. | Active | ||
AC4 | VARCHAR2 | 30 | Fourth segment name of a supporting reference. | Active | ||
AC5 | VARCHAR2 | 30 | Fifth segment name of a supporting reference. | Active | ||
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. |
Indexes
Index | Uniqueness | Tablespace | Columns | Status |
---|---|---|---|---|
XLA_AE_HEADER_ACS_N1 | Non Unique | Default | ANALYTICAL_CRITERION_CODE, ANALYTICAL_CRITERION_TYPE_CODE, AMB_CONTEXT_CODE, AC1, AC2, AC3, AC4, AC5 | Active |
XLA_AE_HEADER_ACS_U1 | Unique | Default | AE_HEADER_ID, ANALYTICAL_CRITERION_CODE, ANALYTICAL_CRITERION_TYPE_CODE, AMB_CONTEXT_CODE | Active |