XCC_CONTROL_BUDGET_ERRORS

This table stores the processing errors encountered during the control budget creation.

Details

  • Schema: FUSION

  • Object owner: XCC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

XCC_CONTROL_BUDGET_ERRORS_PK

ERROR_ID

Columns

Name Datatype Length Precision Not-null Comments
ERROR_ID NUMBER 18 Yes Unique identifier of the error for each row.
CONTROL_BUDGET_NAME VARCHAR2 100 Yes Unique identifier of the control budget.
ERROR_CODE VARCHAR2 30 Yes Error code to identity errors during the validation phase of each control budget.
ERROR_TOKENS VARCHAR2 1000 Error message tokens to replace the token values in the actual message text.
IMPORT_DATA_SET_ID NUMBER 18 Yes Unique identifier to call the control budget import process.
PROJECT_ID NUMBER 18 Unique identifier of the accounting project. The default value is -98.
PJC_CONTRACT_ID NUMBER 18 Unique project accounting contract identifier for the award associated with the budget amount. The default value is -98.
OBJECT_ID NUMBER 18 Yes Unique object identifier for internal use by Project Portfolio Management and U.S. Federal Financials.
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.
TOKEN1_NAME VARCHAR2 30 First token name in the error message.
TOKEN2_NAME VARCHAR2 30 Second token name in the error message.
TOKEN3_NAME VARCHAR2 30 Third token name in the error message.
TOKEN4_NAME VARCHAR2 30 Fourth token name in the error message.
TOKEN5_NAME VARCHAR2 30 Fifth token name in the error message.
TOKEN1_VALUE VARCHAR2 1000 First token value of the error message.
TOKEN2_VALUE VARCHAR2 1000 Second token value of the error message.
TOKEN3_VALUE VARCHAR2 1000 Third token value of the error message.
TOKEN4_VALUE VARCHAR2 1000 Fourth token value of the error message.
TOKEN5_VALUE VARCHAR2 1000 Fifth token value of the error message.
CALLING_PRODUCT_LINE_CODE VARCHAR2 30 Yes Product line code that initiaties the creation of control budget.For example,PPM or FV.

Indexes

Index Uniqueness Tablespace Columns
XCC_CONTROL_BUDGETS_ERRORS_N1 Non Unique Default OBJECT_ID
XCC_CONTROL_BUDGETS_ERRORS_U1 Unique Default ERROR_ID