XCC_REV_FUND_REQUESTS

This table contains a record for each create expense budget entry from revenue enterprise service scheduler process request. The create expense budget entry from revenue report displays the results of this process request using this data.

Details

  • Schema: FUSION

  • Object owner: XCC

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

XCC_REV_FUND_REQUESTS_PK

REV_FUNDING_REQUEST_ID

Columns

Name Datatype Length Precision Not-null Comments
REV_FUNDING_REQUEST_ID NUMBER 18 Yes Unique identifier for the submission. Enterprise Service Scheduler: indicates the request ID of the create expense budget entry from revenue process job that created the row.
REV_JOB_DEFINITION_NAME VARCHAR2 100 Enterprise Service Scheduler: indicates the name of the job that created or last updated the row.
REV_JOB_DEFINITION_PACKAGE VARCHAR2 900 Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row.
LEDGER_ID NUMBER 18 Yes Primary ledger identifier for the process request.
ACCOUNTING_PERIOD_NAME VARCHAR2 30 Yes GL accounting period name for the process request.
GL_BUDGET_SYNC_FLAG VARCHAR2 1 Yes Indicates whether the budget entry is synchronized to the general ledger for the process request.
GL_BUDGET_SCENARIO VARCHAR2 80 Budget scenario used when the budget entry is synchronized to the general ledger for the process request.
BUDGET_ENTRY_TYPE_CODE VARCHAR2 30 Indicates the type of budget transaction used to determine the budget balance of the budget entry.
RESULT_CODE VARCHAR2 30 Yes Processing result for the request.
ERROR_MESSAGE_CODE VARCHAR2 30 Error code when the process ends in an error.
BUDGET_IMP_RESULTS_REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the budget import results report process job to review the import results.
BUDGET_JOB_DEFINITION_NAME VARCHAR2 100 Enterprise Service Scheduler: indicates the name of the job that created or last updated the row.
BUDGET_JOB_DEFINITION_PACKAGE VARCHAR2 900 Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row.
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_REV_FUND_REQUESTS_U1 Unique FUSION_TS_TX_DATA REV_FUNDING_REQUEST_ID