XCC_EPM_BUDGET_INT

This table is the open interface for EPM customers to load budget information into control budgets, single period per row.

Details

  • Schema: FUSION

  • Object owner: XCC

  • Object type: TABLE

  • Tablespace: INTERFACE

Primary Key

Name Columns

XCC_EPM_BUDGET_INT_PK

BUDGET_INTERFACE_ID

Columns

Name Datatype Length Precision Not-null Comments
BUDGET_INTERFACE_ID NUMBER 18 Yes Unique identifier for the budget entry transaction and this is autogenerated.
SOURCE_APPLICATION VARCHAR2 30 Yes The source budget application for which this interface row is budgeted.
SOURCE_BUDGET VARCHAR2 100 Yes Source control budget name to which this interface row is budgeted.
DATA_SET VARCHAR2 500 Yes Enterprise Performance Management (EPM) revision number for the budget entry transaction.
BUDGET_TYPE_CODE VARCHAR2 30 Yes Indicates whether the budget entry transaction is initial budget or budget adjustment.
BUDGET_JSON_PAYLOAD CLOB Budget entry transaction in JSON format encoded using Base64.
BUDGET_AMOUNTS_MODE_CODE VARCHAR2 30 Yes Increment or overwrite the budget entry transaction.
FUNDS_ACTION_CODE VARCHAR2 30 Yes Indicates whether funds check or funds reservation is to be performed on the budget entry transaction.
RESULT_CODE VARCHAR2 30 Overall result of the budget entry transaction.
PROCESS_ID NUMBER 18 Unique identifier for the budgetary control process.
FATAL_ERROR_MESSAGE VARCHAR2 2000 Message for a fatal error. This maps to the xcc_data_sets.fatal_error_message table.
ATTRIBUTE_CATEGORY VARCHAR2 15 Descriptive Flexfield: structure definition of the user descriptive flexfield.
ATTRIBUTE_CHAR1 VARCHAR2 255 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR2 VARCHAR2 255 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR3 VARCHAR2 255 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR4 VARCHAR2 255 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR5 VARCHAR2 255 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR6 VARCHAR2 255 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR7 VARCHAR2 255 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR8 VARCHAR2 255 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR9 VARCHAR2 255 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR10 VARCHAR2 255 Descriptive Flexfield: segment of the user descriptive flexfield.
APPROVAL_COMMENTS VARCHAR2 2000 Approval comments from the approver for the budget entry transaction.
APPROVED_DATE TIMESTAMP Time when the budget entry transaction was approved.
APPROVED_BY VARCHAR2 64 Person who approved the budget entry transaction.
REVISION_DESCRIPTION VARCHAR2 255 Revision description for the budget entry transaction.
ATTACHMENT_URL VARCHAR2 4000 Attachment for approval of the budget entry transaction at the header level.
JUSTIFICATION_TEXT VARCHAR2 1000 Approval justification for the budget entry transaction.
CREATED_BY VARCHAR2 64 Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Who column: indicates the date and time of the creation of the row.
LAST_UPDATE_DATE TIMESTAMP Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 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.
LOAD_REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the interface load job that created the row.

Indexes

Index Uniqueness Tablespace Columns
XCC_EPM_BUDGET_INT_U1 Unique Default BUDGET_INTERFACE_ID