FV_BC_CONTROL_TYPES

This table contains the budgetary control type definition that will be used to create federal control budgets in fusion budgetary control module automatically.

Details

  • Schema: FUSION

  • Object owner: FV

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

FV_BC_CONTROL_TYPES_PK

CONTROL_TYPE_ID

Columns

Name Datatype Length Precision Not-null Comments
CONTROL_TYPE_ID NUMBER 18 Yes Internal identifier for the budgetary control type
LEDGER_ID NUMBER 18 Yes Ledger identifier associated to the budgetary control type
BUDGET_LEVEL_ID NUMBER 18 Yes Budget Level identifier of the control type
CONTROL_TYPE_NAME VARCHAR2 50 Yes Name associated with the budgetary control type
CONTROL_TYPE_DESCRIPTION VARCHAR2 240 Description associated with budgetary control type description
CONTROL_LEVEL_CODE VARCHAR2 30 Budgetary control level associated with the federal control type
PARENT_CONTROL_TYPE_ID NUMBER 18 Parent budgetary control type associated with the control type
BUDGET_MANAGER_ID NUMBER 18 Yes Budget manager assigned to the control type
ANTICIPATED_TYPE_FLAG VARCHAR2 1 Yes Indicates whether the control type associated with anticipated budgetary control type
TOLERANCE_PERCENT NUMBER Control budget approval tolerance percent
TOLERANCE_AMOUNT NUMBER Control budget approval tolerance amount.
ALLOW_OVERRIDE_FLAG VARCHAR2 1 Indicates whether to allow override the control budget approval
STATUS_CODE VARCHAR2 30 Yes Status of the control budget creation
CONVERSION_RATE_TYPE_CODE VARCHAR2 30 Yes Currency rate type associated with the control budget.
DISTRIBUTION_BUDGET_CTRL_ID NUMBER 18 Federal distribution control budget identifier created for this control type
CONSUMPTION_BUDGET_CTRL_ID NUMBER 18 Federal consumption control budget identifier created for this control type
BUDGET_CHART_OF_ACCOUNTS_ID NUMBER 18 Chart of accounts identifier of general ledger flexfield associated with this control type
GL_CHART_OF_ACCOUNTS_ID NUMBER 18 Chart of accounts identifier of general ledger flexfield associated with this control type
BUDGET_CATEGORY_CODE VARCHAR2 30 Yes Budget category code. Possible values are Budget and Anticipated recovery.
DEFAULT_TRANSACTION_TYPE_ID NUMBER 18 Transaction type associated with the budget control.
CLOSING_TRANSACTION_TYPE_ID NUMBER 18 Yes Transaction type associated with closing the budget control.
BUDGET_ACCOUNT VARCHAR2 25 Budget account for the budget control.
BUDGET_DISTRIBUTION_ACCOUNT VARCHAR2 25 Budget distribution account for the budget control.
DISTRIBUTE_BUDGET_FLAG VARCHAR2 1 Indicates whether the budget is distributed.
CONSUME_BUDGET_FLAG VARCHAR2 1 Indicates whether the budget is consumed.
PROJECT_ID NUMBER 18 Project associated with the budget.
CURRENCY_CODE VARCHAR2 15 Currency code of the budget control transactions associated with primary ledger.
ATTRIBUTE1 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE2 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE3 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE4 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE5 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE6 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE7 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE8 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE9 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE10 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE11 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE12 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE13 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE14 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE15 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER1 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER2 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER3 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER4 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER5 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE1 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE2 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE3 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE4 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE5 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CATEGORY VARCHAR2 150 Descriptive Flexfield: structure definition of the user descriptive flexfield.
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.
SUBMITTED_BY_REQUEST_ID NUMBER 18 Request identifier associated with the scheduled job that is submitted during creation.
ERROR_CODE VARCHAR2 30 Error code associated with the submitted scheduled job.
ERROR_MESSAGE VARCHAR2 1000 Error message associated with the submitted scheduled job.

Indexes

Index Uniqueness Tablespace Columns
FV_BC_CONTROL_TYPES_U1 Unique Default CONTROL_TYPE_ID
FV_BC_CONTROL_TYPES_U2 Unique FUSION_TS_TX_DATA LEDGER_ID, CONTROL_TYPE_NAME