QSC_PROD_GRP_DENM_DETS

This table is the child of the product group denorm table QSC_PROD_GRP_DENORM and stores further denorm path details. The data in this table is a further decomposition of the path into fragments. It stores all the partial paths for a given path with the same start product group.

Details

  • Schema: FUSION

  • Object owner: QSC

  • Object type: TABLE

  • Tablespace: FUSION_TS_SEED

Primary Key

Name Columns

QSC_PROD_GRP_DENM_DETS_PK

PROD_GRP_DENM_DETS_ID

Columns

Name Datatype Length Precision Not-null Comments Status
PROD_GRP_DENM_DETS_ID NUMBER 18 Yes Product Group denorm path details identifier. Active
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. Active
DESC_PATH_ID NUMBER 18 Yes Stores the descendant path node. Logically refers to the PATH_ID column in the table QSC_PROD_GRP_DENORM table. Active
DESC_PROD_GRP_ID NUMBER 18 Descendant product group identifier. Active
DESC_DISTANCE_NUM NUMBER 18 Distance between start and end nodes of the product group in the descendant path. Active
ANC_PATH_ID NUMBER 18 Stores the ancestor path node. Logically refers to the PATH_ID column in the table QSC_PROD_GRP_DENORM table. Active
ANC_PROD_GRP_ID NUMBER 18 Reference to a ancestor product group identifier. Active
ANC_DISTANCE_NUM NUMBER 18 Distance between start and end nodes of the product group in an ancestor path. Active
PRIMARY_PATH_FLAG VARCHAR2 1 Yes Flag to indicate a primary path. Only one record with the same ANCESTOR_PATH_ID can be marked as a primary. Active
RELATIVE_DISTANCE_NUM NUMBER 18 Distance between ancestor path end node and descendant path end node. Active
RUNTIME_STATUS_NUM NUMBER 9 Column for internal use. Used to store runtime status codes. Active
ADMIN_STATUS_NUM NUMBER 9 Column for internal use. Used to store admin time status codes. Active
BATCH_KEY VARCHAR2 50 Column for internal use. Used to store transient information about the batch process that is updating denormalization data based on the value in a group. Active
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row. Active
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row. Active
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row. Active
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row. Active
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row. Active
USER_LAST_UPDATE_DATE TIMESTAMP Disconnected Mobile: indicates the date and time of the last update of the row. This value is different from LAST_UPDATE_DATE if the update originally happened in a different database (i.e. a different mobile database or the server). Active

Foreign Keys

Table Foreign Table Foreign Key Column
QSC_PROD_GRP_DENM_DETS qsc_prod_groups_b DESC_PROD_GRP_ID
QSC_PROD_GRP_DENM_DETS qsc_prod_groups_b ANC_PROD_GRP_ID

Indexes

Index Uniqueness Tablespace Columns Status
QSC_PROD_GRP_DENM_DETS_F1 Non Unique FUSION_TS_SEED DESC_PROD_GRP_ID
QSC_PROD_GRP_DENM_DETS_F2 Non Unique FUSION_TS_SEED ANC_PROD_GRP_ID Active
QSC_PROD_GRP_DENM_DETS_N1 Non Unique FUSION_TS_SEED DESC_PATH_ID Active
QSC_PROD_GRP_DENM_DETS_N2 Non Unique FUSION_TS_SEED ANC_PATH_ID Active
QSC_PROD_GRP_DENM_DETS_N3 Non Unique FUSION_TS_SEED LAST_UPDATE_DATE, PROD_GRP_DENM_DETS_ID Active
QSC_PROD_GRP_DENM_DETS_N4 Non Unique Default BATCH_KEY
QSC_PROD_GRP_DENM_DETS_PK Unique FUSION_TS_SEED PROD_GRP_DENM_DETS_ID Active