XLA_AE_LINE_ACS
This table contains the segment values for supporting references assigned to a journal entry line.
Details
-
Schema: FUSION
-
Object owner: XLA
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
XLA_AE_LINE_ACS_PK |
AE_HEADER_ID, AE_LINE_NUM, 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. | ||
AE_LINE_NUM | NUMBER | 18 | Yes | Number that is associated with each subledger journal entry line. | Active | |
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 created by users or predefined by the subledger application. | ||
AMB_CONTEXT_CODE | VARCHAR2 | 30 | Yes | Internal context code that is associated to accounting method builder. | 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 | Supporting reference detail value. | Active | ||
AC2 | VARCHAR2 | 30 | Supporting reference detail value. | Active | ||
AC3 | VARCHAR2 | 30 | Supporting reference detail value. | Active | ||
AC4 | VARCHAR2 | 30 | Supporting reference detail value. | Active | ||
AC5 | VARCHAR2 | 30 | Supporting reference detail value. | 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_LINE_ACS_N1 | Non Unique | Default | ANALYTICAL_CRITERION_CODE, AC1, AC2, AC3, AC4, AC5 | Active |
XLA_AE_LINE_ACS_U1 | Unique | Default | AE_HEADER_ID, AE_LINE_NUM, ANALYTICAL_CRITERION_CODE, ANALYTICAL_CRITERION_TYPE_CODE, AMB_CONTEXT_CODE | Active |