ZCQ_MT_VND_ATT_MAPPINGS

The ZCQ_MT_VND_ATTR_MAPPINGS table stores attribute level mappings between vendor and fusion.

Details

  • Schema: FUSION

  • Object owner: ZCQ

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

ZCQ_MT_VND_ATT_MAPPINGS_PK

ZCQ_MT_VND_ATT_MAPPING_ID

Columns

Name Datatype Length Precision Not-null Comments
ZCQ_MT_VND_ATT_MAPPING_ID NUMBER 18 Yes Primary Key for this table.
ZCQ_MT_OBJECT_ID NUMBER 18 Yes Foreign key, primary key of ZCQ_MT_OBJECTS.
ATTR_NAME VARCHAR2 100 Fusion Attribute Name.
VND_FIELD VARCHAR2 100 Vendor attribute name.
RT_FLAG VARCHAR2 1 Flag to indicate this mapping is applicable to real time.
BT_FLAG VARCHAR2 1 Flag to indicate that this mapping is applicable to batch.
VLACCESSOR_FLAG VARCHAR2 1 To indicate this attribute is a view link accessor. Internal use.
VND_COLLECTION_OBJ VARCHAR2 20 Vendor collection name.
VND_FIELD_CATEGORY VARCHAR2 20 To indicate the vendor field is a simple object or complex object or attribute.
IDENTIFIER_FLAG VARCHAR2 1 To indicate if this attribute is an Id.
DISPLAY_FLAG VARCHAR2 1 To indicate if this mapping is displayed on the UI.
INPUT_FLAG VARCHAR2 1 Flag to indicate this mapping is applicable to cleanse input.
OUTPUT_FLAG VARCHAR2 1 Flag to indicate this mapping is applicable to cleanse output.
ZCQ_NAME VARCHAR2 100 DQ External Attribute Name
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.
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.

Foreign Keys

Table Foreign Table Foreign Key Column
ZCQ_MT_VND_ATT_MAPPINGS zcq_mt_objects ZCQ_MT_OBJECT_ID

Indexes

Index Uniqueness Tablespace Columns
ZCQ_MT_VND_ATT_MAPPINGS_N1 Non Unique Default RT_FLAG, BT_FLAG, DISPLAY_FLAG, IDENTIFIER_FLAG, VLACCESSOR_FLAG
ZCQ_MT_VND_ATT_MAPPINGS_PK Unique Default ZCQ_MT_VND_ATT_MAPPING_ID, ORA_SEED_SET1
ZCQ_MT_VND_ATT_MAPPINGS_PK1 Unique Default ZCQ_MT_VND_ATT_MAPPING_ID, ORA_SEED_SET2