XLA_SUPP_REF_VALUES_ESSBASE
This table contains unique values to populate ESSBASE members.
Details
-
Schema: FUSION
-
Object owner: XLA
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
XLA_SUPP_REF_VALUES_ESSBA_PK |
SUPPORTING_REFERENCE_CODE, SR_VALUE |
Columns
Name | Datatype | Length | Not-null | Comments |
---|---|---|---|---|
SUPPORTING_REFERENCE_CODE | VARCHAR2 | 30 | Yes | Supporting reference code. |
SR_VALUE | VARCHAR2 | 30 | Yes | New value for the dimension. |
TRANSFERRED_TO_ESSBASE | VARCHAR2 | 1 | Yes | Indicates if the value is transferred to ESSBASE. |
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. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
XLA_SUPP_REF_VALUES_ESSBASE_U1 | Unique | Default | SUPPORTING_REFERENCE_CODE, SR_VALUE |