CSE_TRACKED_OBJECTS

Setup entity for genealogy related tracked objects

Details

  • Schema: FUSION

  • Object owner: CSE

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

CSE_TRACKED_OBJECTS_PK

TRACKED_OBJECT_ID

Columns

Name Datatype Length Precision Not-null Comments
TRACKED_OBJECT_ID NUMBER Yes Tracked Object Identifier. The primary key.
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.
INV_TXN_SOURCE_TYPE_ID NUMBER 18 This column is to map the document to the inv_txn_source_types. Inventory material transaction carries various documents. and that is identified by this source typr id column.
OBJECT_CODE VARCHAR2 30 Yes Identifier of the tracked object.
PARENT_OBJECT_CODE VARCHAR2 30 The parent tracked object code. This table is designed to be self referential.
PK_ATTRIBUTE1 VARCHAR2 30 Primary Key Attribute1 of the data source.
PK_ATTRIBUTE2 VARCHAR2 30 Primary Key Attribute2 of the data source.
PK_ATTRIBUTE3 VARCHAR2 30 Primary Key Attribute3 of the data source.
PK_ATTRIBUTE4 VARCHAR2 30 Primary Key Attribute4 of the data source.
PK_ATTRIBUTE5 VARCHAR2 30 Primary Key Attribute5 of the data source.
UK_ATTRIBUTE1 VARCHAR2 30 User Key Attribute 1 of the data source.
UK_ATTRIBUTE2 VARCHAR2 30 User Key Attribute 2 of the data source.
UK_ATTRIBUTE3 VARCHAR2 30 User Key Attribute 3 of the data source.
UK_ATTRIBUTE4 VARCHAR2 30 User Key Attribute 4 of the data source.
UK_ATTRIBUTE5 VARCHAR2 30 User Key Attribute 5 of the data source.
DATA_SOURCE_TYPE VARCHAR2 30 The type of data souce. Data sources could be PVO or TABLE.
DATA_SOURCE VARCHAR2 80 The actual data source. If the data source type is PVO then the name of the actual PVO where the node reference data is fetched from.
ADFBC_PACKAGE VARCHAR2 300 The package name when the data source type is a PVO.
DISPLAY_ATTRIBUTE1 VARCHAR2 30 Attribute that is displayed of the data source.
DISPLAY_ATTRIBUTE2 VARCHAR2 30 Attribute that is displayed of the data source.
DISPLAY_ATTRIBUTE3 VARCHAR2 30 Attribute that is displayed of the data source.
DISPLAY_ATTRIBUTE4 VARCHAR2 30 Attribute that is displayed of the data source.
DISPLAY_ATTRIBUTE5 VARCHAR2 20 Attribute that is displayed of the data source.
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.
SEED_DATA_SOURCE VARCHAR2 512 Source of seed data record. A value of 'BULK_SEED_DATA_SCRIPT' indicates that record was bulk loaded. Otherwise, specifies the name of the seed data file.
ORA_SEED_SET1 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET1. Context values are Y or N.
ORA_SEED_SET2 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET2. Context values are Y or N.

Indexes

Index Uniqueness Tablespace Columns
CSE_TRACKED_OBJECTS_U1 Unique Default TRACKED_OBJECT_ID, ORA_SEED_SET1
CSE_TRACKED_OBJECTS_U11 Unique Default TRACKED_OBJECT_ID, ORA_SEED_SET2
CSE_TRACKED_OBJECTS_U2 Unique Default OBJECT_CODE, ORA_SEED_SET1
CSE_TRACKED_OBJECTS_U21 Unique Default OBJECT_CODE, ORA_SEED_SET2