PJO_XCC_SETTINGS
PJO_XCC_SETTINGS stores the budgetary control settings of the financial Plan Type and Financial Plan Versions.
Details
-
Schema: FUSION
-
Object owner: PJO
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
PJO_XCC_SETTINGS_PK |
XCC_SETTING_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
XCC_SETTING_ID | NUMBER | 18 | Yes | Unique identifier of a row within this table. | |
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. | |
PLANNING_OPTION_ID | NUMBER | 18 | Yes | Unique identifier of the planning option for the financial plan type and financial plan version. | |
CONTROL_BUDGET_CODE | VARCHAR2 | 20 | Yes | Code for the potential commitment control budget. | |
CONTROL_LEVEL_CODE | VARCHAR2 | 20 | Yes | Code for the control value of the commitment control budget. | |
DEFAULT_RATE_TYPE | VARCHAR2 | 30 | Default rate type of the commitment control budget. | ||
TOLERANCE_PERCENTAGE | NUMBER | Tolerance percentage of the commitment control budget. | |||
TOLERANCE_AMOUNT | NUMBER | Tolerance amount of the commitment control budget. | |||
BDGT_INC_ADJUST_FLAG | VARCHAR2 | 1 | Yes | Indicates whether increase adjustments to the the commotment control budget are allowed. | |
BGDT_DEC_ADJUST_FLAG | VARCHAR2 | 1 | Yes | Indicates whether decrease adjustments to the the commotment control budget are allowed. | |
BDGT_DEC_ADJUST_BEL_FUND_FLAG | VARCHAR2 | 1 | Yes | Indicates whether decrease adjustments to the the commotment control budget are allowed below the funding limit. | |
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. | |
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_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. |
Foreign Keys
Table | Foreign Table | Foreign Key Column |
---|---|---|
PJO_XCC_SETTINGS | pjo_planning_options | PLANNING_OPTION_ID |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
PJO_XCC_SETTINGS_N1 | Non Unique | Default | PLANNING_OPTION_ID |
PJO_XCC_SETTINGS_U1 | Unique | Default | XCC_SETTING_ID |