QSC_PROD_GRP_MAP_INTENTS

This table is used to store the administrative data defining the mapping intent to drive mapping generation.

Details

  • Schema: FUSION

  • Object owner: QSC

  • Object type: TABLE

  • Tablespace: FUSION_TS_SEED

Primary Key

Name Columns

QSC_PROD_GRP_MAP_INTENTS_PK

PROD_GRP_MAP_INTENT_ID

Columns

Name Datatype Length Precision Not-null Comments Status
PROD_GRP_MAP_INTENT_ID NUMBER 18 Yes Product Group Map Intent Identifier. Primary Key. 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
ALGORITHM_TYPE_CODE VARCHAR2 30 Yes Algorithm Type. To allow customization of map generation in future. Active
MAP_TYPE_CODE VARCHAR2 30 Yes Mapping Type Code. Active
MAP_INTENT_REF_NUMBER VARCHAR2 50 Yes Unique Map Intent Reference Number
STATUS_CODE VARCHAR2 30 Status of map generation. Active
SRC_ROOT_ID NUMBER 18 Root product group identifier in source hierarchy. Active
TRGT_ROOT_ID NUMBER 18 Yes Root product group identifier in target hierarchy. Active
LAST_STRUCT_CHANGE_DATE TIMESTAMP Date on which the last structural changes were published. Active
LAST_DATA_POPULATE_DATE TIMESTAMP Date when the last time data was populated. Active
FROM_DATE TIMESTAMP Yes Date from which map should be generated. Active
TO_DATE TIMESTAMP Yes Date until which the map should be generated. Active
BATCH_KEY VARCHAR2 50 Holds transient information about the batch process that is updating the map. Active
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row. Active
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.
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
MAP_LAST_UPDATE_DATE TIMESTAMP Used to detect when the underlying map row was last modified.
MAP_SUBSTATUS_TEXT VARCHAR2 250 Internal column used to store more details on admin and async modules.

Foreign Keys

Table Foreign Table Foreign Key Column
QSC_PROD_GRP_MAP_INTENTS qsc_prod_groups_b SRC_ROOT_ID
QSC_PROD_GRP_MAP_INTENTS qsc_prod_groups_b TRGT_ROOT_ID

Indexes

Index Uniqueness Tablespace Columns
QSC_PROD_GRP_MAP_INTENTS_F1 Non Unique FUSION_TS_SEED SRC_ROOT_ID
QSC_PROD_GRP_MAP_INTENTS_F2 Non Unique FUSION_TS_SEED TRGT_ROOT_ID
QSC_PROD_GRP_MAP_INTENTS_N1 Non Unique FUSION_TS_SEED LAST_UPDATE_DATE, PROD_GRP_MAP_INTENT_ID
QSC_PROD_GRP_MAP_INTENTS_N2 Non Unique Default BATCH_KEY
QSC_PROD_GRP_MAP_INTENTS_N3 Non Unique Default FROM_DATE, TO_DATE
QSC_PROD_GRP_MAP_INTENTS_N4 Non Unique Default STATUS_CODE
QSC_PROD_GRP_MAP_INTENTS_N5 Non Unique Default LAST_STRUCT_CHANGE_DATE, PROD_GRP_MAP_INTENT_ID
QSC_PROD_GRP_MAP_INTENTS_N6 Non Unique Default LAST_DATA_POPULATE_DATE, PROD_GRP_MAP_INTENT_ID
QSC_PROD_GRP_MAP_INTENTS_PK Unique FUSION_TS_SEED PROD_GRP_MAP_INTENT_ID
QSC_PROD_GRP_MAP_INTENTS_U1 Unique Default MAP_INTENT_REF_NUMBER