CST_REBUILD_RPT_PARAM_DTLS

This table contains the additional parameters that will be used to rebuild the report processor data. This is the child table to cst_rebuild_rpt_params.

Details

  • Schema: FUSION

  • Object owner: CST

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

CST_REBUILD_RPT_PARAM_DTL_PK

REBUILD_RPT_PARAM_DTL_ID

Columns

Name Datatype Length Precision Not-null Comments
REBUILD_RPT_PARAM_DTL_ID NUMBER 18 Yes Surrogate key that identifies a row in this table.
REBUILD_RPT_PARAM_ID NUMBER 18 Yes Identifies the parent row in the table cst_rebuild_rpt_params table.
INVENTORY_ITEM_ID NUMBER 18 Identifier for the inventory item.
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_PARAM_DTLS_U1 Unique Default REBUILD_RPT_PARAM_DTL_ID
REBUILD_RPT_PARAM_DTL_U1 Unique Default REBUILD_RPT_PARAM_DTL_ID Obsolete