XLA_ANALYTICAL_DTLS_B
This table contains the translated header information (name and description) for the Analytical Criteria.
Details
-
Schema: FUSION
-
Object owner: XLA
-
Object type: TABLE
-
Tablespace: REFERENCE
Primary Key
Name | Columns |
---|---|
XLA_ANALYTICAL_DTLS_B_PK |
AMB_CONTEXT_CODE, ANALYTICAL_CRITERION_CODE, ANALYTICAL_DETAIL_CODE, ANALYTICAL_CRITERION_TYPE_CODE |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
AMB_CONTEXT_CODE | VARCHAR2 | 30 | Yes | Accounting methods builder context. | |
ANALYTICAL_CRITERION_CODE | VARCHAR2 | 30 | Yes | Supporting reference short name. | |
ANALYTICAL_CRITERION_TYPE_CODE | VARCHAR2 | 1 | Yes | Indicate whether the supporting reference is seeded. | |
ANALYTICAL_DETAIL_CODE | VARCHAR2 | 26 | Yes | Additional information associated with a supporting reference. Five supporting reference segments can be defined and associated with a supporting reference. | |
GROUPING_ORDER | NUMBER | Yes | Order in which the supporting reference segments are displayed for a particular supporting reference. | ||
DATA_TYPE_CODE | VARCHAR2 | 1 | Supporting reference segment data type. | ||
VIEW_COLUMN_NUM | NUMBER | Contains the corresponding column number in the view XLA_ANALYTICAL_CRITERIA_V. The number is not absolute, rather it is relative to the data type. | |||
CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
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 |
---|---|---|---|
XLA_ANALYTICAL_DTLS_B_N1 | Non Unique | Default | ANALYTICAL_CRITERION_CODE, ANALYTICAL_CRITERION_TYPE_CODE, AMB_CONTEXT_CODE |
XLA_ANALYTICAL_DTLS_B_U1 | Unique | FUSION_TS_TX_DATA | AMB_CONTEXT_CODE, ANALYTICAL_CRITERION_CODE, ANALYTICAL_DETAIL_CODE, ANALYTICAL_CRITERION_TYPE_CODE |