XCC_CB_PERIOD_STATUSES

This table stores the periods statuses for control budgets which control when budget is available for consumption.

Details

  • Schema: FUSION

  • Object owner: XCC

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

XCC_CB_PERIOD_STATUSES_PK

PERIOD_STATUS_ID

Columns

Name Datatype Length Precision Not-null Comments
PERIOD_STATUS_ID NUMBER 18 Yes Unique identifier for this transaction
CONTROL_BUDGET_ID NUMBER 18 Yes Foreign key to XCC_CONTROL_BUDGETS table
PERIOD_NAME VARCHAR2 15 Yes Control budget period name user identifier
EFFECTIVE_PERIOD_NUM NUMBER 18 Yes Effective period number of the period
START_DATE DATE Yes Date on which control budget period begins
END_DATE DATE Yes Date on which control budget period ends
QUARTER_NUM NUMBER 18 Yes Quarter number of the control budget period
PERIOD_YEAR NUMBER 18 Yes Budget year of the control budget period
PERIOD_NUM NUMBER 18 Yes Control budget period number internal identifier
FISCAL_YEAR VARCHAR2 30 Yes Fiscal year of the control budget
STATUS_CODE VARCHAR2 30 Yes Control budget period status to indicate whether budget activity is allowed
BUDGET_EFFECTIVE_PERIOD_NUM NUMBER 18 Yes Effective period number. Gaps due to adjustment periods are removed.
BUDGET_PERIOD_NUM NUMBER 18 Yes Period number. Gaps due to adjustment periods are removed.
FUNDS_RELEASE_ID NUMBER 18 Temporary processing identifier to group periods when sharing funds across periods. The value is cleared once the process to release pending funds to summary control budget completes successfully.
ARCHIVED_BUDGET_ENTRIES_FLAG VARCHAR2 1 Indicates whether there are archived budget entries.
ARCHIVED_ACTIVITIES_FLAG VARCHAR2 1 Indicates whether there are archived activities.
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_PERIOD_STATUSES_U4 Unique Default CONTROL_BUDGET_ID, BUDGET_EFFECTIVE_PERIOD_NUM
XCC_CB_PERIOD_STATUS_N1 Non Unique FUSION_TS_TX_DATA CONTROL_BUDGET_ID, STATUS_CODE
XCC_CB_PERIOD_STATUS_U1 Unique FUSION_TS_TX_DATA PERIOD_STATUS_ID
XCC_CB_PERIOD_STATUS_U2 Unique FUSION_TS_TX_DATA CONTROL_BUDGET_ID, PERIOD_NAME
XCC_CB_PERIOD_STATUS_U3 Unique FUSION_TS_TX_DATA CONTROL_BUDGET_ID, EFFECTIVE_PERIOD_NUM