XCC_CB_KEY_SEG_TREE_VERSIONS
This table 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_VERSI_PK |
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 | Yes | Foreign key to XCC_CB_KEY_SEGMENTS table | |
| START_PERIOD_NAME | VARCHAR2 | 15 | Yes | The start period for the tree detail record | |
| END_PERIOD_NAME | VARCHAR2 | 15 | Yes | The end period for the tree detail record | |
| START_EFF_PERIOD_NUM | NUMBER | 18 | Yes | Effective period number of the start period of the tree detail record | |
| END_EFF_PERIOD_NUM | NUMBER | 18 | Yes | Effective period number of the end period of the tree detail record | |
| TREE_LABEL_ID | VARCHAR2 | 32 | Yes | Tree label of the flexfield segment tree | |
| TREE_LABEL_DATA_SOURCE_ID | VARCHAR2 | 32 | Yes | Data source for the tree content for a given tree label | |
| TREE_VERSION_ID | VARCHAR2 | 32 | Yes | 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 | 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. | |
| 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 |
|---|---|---|---|
| XCC_CB_KEY_SEG_TREE_V_U1 | Unique | FUSION_TS_TX_DATA | KEY_SEG_TREE_VERSION_ID |
| XCC_CB_KEY_SEG_TREE_V_U2 | Unique | FUSION_TS_TX_DATA | KEY_SEGMENT_ID, START_PERIOD_NAME, END_PERIOD_NAME |
| XCC_CB_KEY_SEG_TREE_V_U3 | Unique | FUSION_TS_TX_DATA | KEY_SEGMENT_ID, START_EFF_PERIOD_NUM, END_EFF_PERIOD_NUM |