XCC_ESSBASE_DATA_RUNS

This table stores all the submitted ESS jobs and specific data runs for the updating the budgetary control balances cube

Details

  • Schema: FUSION

  • Object owner: XCC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

XCC_ESSBASE_DATA_RUNS_PK

DATA_RUN_ID, MASTER_REQUEST_ID, PARENT_REQUEST_ID, CHILD_REQUEST_ID

Columns

Name Datatype Length Precision Not-null Comments
DATA_RUN_ID NUMBER 18 Yes Unique identifier for the data run.
DATA_SET_ID NUMBER 18 Budgetary control data set processed by this data run.
MASTER_REQUEST_ID NUMBER 18 Yes Request id of the balance streaming master process active at the time of this data run.
PARENT_REQUEST_ID NUMBER 18 Yes Request id of the balance streaming parent process that processed this data set.
CHILD_REQUEST_ID NUMBER 18 Yes Request id of the balance streaming child process that processed this data set / cube combination.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
CUBE_ID NUMBER 18 Essbase cube impacted by this data set.
JOB_DEFINITION_NAME VARCHAR2 100 Enterprise Service Scheduler: indicates the name of the job that created or last updated the row.
JOB_DEFINITION_PACKAGE VARCHAR2 900 Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row.
STATUS_CODE VARCHAR2 60 Status of the balance streaming of this portion of the data set.
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.

Indexes

Index Uniqueness Tablespace Columns
XCC_ESSBASE_DATA_RUNS_N1 Non Unique Default DATA_SET_ID, CUBE_ID
XCC_ESSBASE_DATA_RUNS_U1 Unique Default DATA_RUN_ID, MASTER_REQUEST_ID, PARENT_REQUEST_ID, CHILD_REQUEST_ID