XCC_CB_COMPILED_RULES

This table is for internal processing by the budgetary control engine and contains the control budget supplemental rules.

Details

  • Schema: FUSION

  • Object owner: XCC

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

XCC_CB_COMPILED_RULES_PK

CONTROL_BUDGET_ID, FILTER_CONDITION_TYPE, FILTER_CONDITION_CODE, FILTER_CONDITION_VALUE, RULE_ID

Columns

Name Datatype Length Precision Not-null Comments
CONTROL_BUDGET_ID NUMBER 18 Yes Foreign key to xcc_control_budgets. Also part of primary key.
FILTER_CONDITION_TYPE VARCHAR2 30 Yes Indicates whether this condition is associated with a budget segment, a chart of accounts segment, a project segment, a project planning element, or a transaction attribute.
FILTER_CONDITION_CODE VARCHAR2 30 Yes Indicates the budget segment, chart of accounts segment, project segment, project planning element, or transaction attribute that the condition applies to.
FILTER_CONDITION_VALUE VARCHAR2 100 Yes Value that the condition applies to. A single space is stored if this condition applies to all values.
RULE_ID NUMBER 18 Yes Control budget rule internal identifier, references XCC_CB_RULES.RULE_ID
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of 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_COMPILED_RULES_U1 Unique FUSION_TS_TX_DATA CONTROL_BUDGET_ID, FILTER_CONDITION_TYPE, FILTER_CONDITION_CODE, FILTER_CONDITION_VALUE, RULE_ID