CST_REBUILD_RPT_PARAMS

This table contains the parameters that will be used to rebuild the report processor data.

Details

  • Schema: FUSION

  • Object owner: CST

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

CST_REBUILD_RPT_PARAMS_PK

REBUILD_RPT_PARAM_ID

Columns

Name Datatype Length Precision Not-null Comments
REBUILD_RPT_PARAM_ID NUMBER 18 Yes Surrogate key that identifies a row in this table.
COST_ORG_ID NUMBER 18 Yes Single column FK: Identifies the Cost Organization associated with the rebuild report parameter.
COST_BOOK_ID NUMBER 18 Yes Single column FK: Identifies the Cost Book assigned to the Cost Organization.
STATUS_CODE VARCHAR2 15 Indicates the status of the rebuild.
DATE_TO_DERIVE_PERIOD DATE Indicates the date to derive the period for the rebuild.
REBUILD_SOURCE VARCHAR2 30 Indicates the source of the rebuild report parameter record.
REBUILD_PROCESS_ID NUMBER 18 Indicates the process identifier of the cost reports processor executing the rebuild.
REBUILD_START_TIME TIMESTAMP Indicates the start time of the rebuild processing.
REBUILD_END_TIME TIMESTAMP Indicates the end time of the rebuild processing.
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.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
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.

Indexes

Index Uniqueness Tablespace Columns Status
CST_REBUILD_RPT_PARAMS_U1 Unique Default REBUILD_RPT_PARAM_ID
REBUILD_RPT_PARAMS_U1 Unique Default REBUILD_RPT_PARAM_ID Obsolete