XCC_CB_KEY_SEG_TREE_VERSIONS_

This is the audit table for XCC_CB_KEY_SEG_TREE_VERSIONS which stores the tree label and tree versions assigned to a control budget key segment over different periods.

Details

  • Schema: FUSION

  • Object owner: XCC

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

XCC_CB_KEY_SEG_TREE_V_PK_

LAST_UPDATE_DATE, LAST_UPDATED_BY, KEY_SEG_TREE_VERSION_ID

Columns

Name Datatype Length Precision Not-null Comments
KEY_SEG_TREE_VERSION_ID NUMBER 18 Yes Unique identifier for this transaction
KEY_SEGMENT_ID NUMBER 18 Foreign key to XCC_CB_KEY_SEGMENTS table
START_PERIOD_NAME VARCHAR2 15 The start period for the tree detail record
END_PERIOD_NAME VARCHAR2 15 The end period for the tree detail record
START_EFF_PERIOD_NUM NUMBER 18 Effective period number of the start period of the tree detail record
END_EFF_PERIOD_NUM NUMBER 18 Effective period number of the end period of the tree detail record
TREE_LABEL_ID VARCHAR2 32 Tree label of the flexfield segment tree
TREE_LABEL_DATA_SOURCE_ID VARCHAR2 32 Data source for the tree content for a given tree label
TREE_VERSION_ID VARCHAR2 32 Tree version of the flexfield segment tree
IN_USE_START_PERIOD_NAME VARCHAR2 15 Start period for the tree detail record when the control budget status was In Use the last time.
IN_USE_END_PERIOD_NAME VARCHAR2 15 End period for the tree detail record when the control budget status was In Use the last time.
IN_USE_TREE_LABEL_ID VARCHAR2 32 Tree label of the flexfield segment tree when the control budget status was In Use the last time.
IN_USE_TREE_VERSION_ID VARCHAR2 32 Tree version of the flexfield segment tree when the control budget status was In Use the last time.
RECALC_FLAG VARCHAR2 1 Indicates whether a recalculation program needs to run for this tree detail record.
OBJECT_VERSION_NUMBER NUMBER 9 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.
CREATION_DATE TIMESTAMP Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 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.
AUDIT_ACTION_TYPE_ VARCHAR2 10 Action Type - have values like INSERT, UPDATE and DELETE.
AUDIT_CHANGE_BIT_MAP_ VARCHAR2 1000 Used to store a bit map of 1s and 0s for each column in the table.
AUDIT_IMPERSONATOR_ VARCHAR2 64 Original Impersonator User.

Indexes

Index Uniqueness Tablespace Columns
XCC_CB_KEY_SEG_TREE_V_N1_ Non Unique Default KEY_SEG_TREE_VERSION_ID
XCC_CB_KEY_SEG_TREE_V_U1_ Unique FUSION_TS_TX_DATA LAST_UPDATE_DATE, LAST_UPDATED_BY, KEY_SEG_TREE_VERSION_ID