CML_CUBE_LOAD_REQS

Contains the start time and status of a Landed Cost Cube Load Process.

Details

  • Schema: FUSION

  • Object owner: CML

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

CML_CUBE_LOAD_REQS_PK

REQUEST_ID

Columns

Name Datatype Length Precision Not-null Comments
REQUEST_ID NUMBER 18 Yes Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
PROCESSED_ROWS NUMBER 10 Indicates number of rows processed in the current run.
START_TIME TIMESTAMP Yes Indicates the start time of the process.
RUN_STATUS VARCHAR2 1000 Identifies the cube load process run status or the diagnostic exception information if an error occurred.
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
CML_CUBE_LOAD_REQS_U1 Unique Default REQUEST_ID