CSE_FILTERED_ASSETS_EXP

The entity that stores the filtered assets that are kicked off for extraction on to the export template.

Details

  • Schema: FUSION

  • Object owner: CSE

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

CSE_FILTERED_ASSETS_EXP_PK

FILTERED_ASSET_EXP_ID

Columns

Name Datatype Length Precision Not-null Comments
FILTERED_ASSET_EXP_ID NUMBER 18 Yes The primary key of the filtered assets for export entity.
ASSET_ID NUMBER 18 Yes Asset Identifier. Assets that are selected for generation in the export spreadsheet.
EXPORT_BATCH_ID NUMBER 18 The run identifier. The batch for which the assets are exported with.
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
CSE_FILTERED_ASSETS_EXP_N01 Non Unique Default EXPORT_BATCH_ID
CSE_FILTERED_ASSETS_EXP_U01 Unique Default FILTERED_ASSET_EXP_ID