RCS_EXTRACT_DEF_DETAILS

This table holds details regarding the objects selected in each user-defined extract definition. It also maintains the id of the each extract object registered in TEMS.

Details

  • Schema: FUSION

  • Object owner: RCS

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

rcs_extract_def_details_PK

EXTRACT_DEFINITION_DETAIL_ID

Columns

Name Datatype Length Precision Not-null Comments
EXTRACT_DEFINITION_DETAIL_ID NUMBER 18 Yes The identifier for an extract defintion detail.
EXTRACT_DEFINITION_ID NUMBER 18 Yes The foreign key to the rcs_extract_defs table.
BOSS_MODULE_NAME VARCHAR2 100 Yes Name of the module for the selected named view under the extract definition.
BOSS_OBJECT_NAME VARCHAR2 60 Yes Name of the business object for the selected named view under the extract definition.
BOSS_VIEW_NAME VARCHAR2 100 Yes Name of the selected named view under the extract defintion.
VIEW_ATTRIBUTE_LIST CLOB Set of fields in the business view selected.
SELECT_ALL_FLAG VARCHAR2 1 Flag to indicate whether all the attributes in the named view are selected for the extract.
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.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.

Indexes

Index Uniqueness Tablespace Columns
rcs_extract_def_details_U1 Unique Default EXTRACT_DEFINITION_DETAIL_ID