ZCQ_VND_ATT_DTLS

ZCQ_VND_ATT_DETAILS table stores vendor attribute detail information.

Details

  • Schema: FUSION

  • Object owner: ZCQ

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

ZCQ_VND_ATT_DTLS_PK

ZCQ_VND_ATT_DTL_ID

Columns

Name Datatype Length Precision Not-null Comments
ZCQ_VND_ATT_DTL_ID NUMBER 18 Yes Primary Key for this table.
VND_FIELD VARCHAR2 100 Yes Vendor Attribute Name.
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.
MULTIPLE_FLAG VARCHAR2 1 To indicate if this field can map to multiple fusion attribute. If Y, it shows up in pick list when create mapping. If N, it won’t show up in pick list.
ENTITY_CODE VARCHAR2 32 Entity code, for example, entity, individual, location.
OPERATION_CODE VARCHAR2 32 Operation code, for example, match, cleanse
IDENTIFIER_FLAG VARCHAR2 1 Flag to identify if this vendor attribute maps to a fusion identifier attribute.
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.

Indexes

Index Uniqueness Tablespace Columns
ZCQ_VND_ATT_DTLS_N1 Non Unique Default ENTITY_CODE, OPERATION_CODE, MULTIPLE_FLAG
ZCQ_VND_ATT_DTLS_PK Unique Default ZCQ_VND_ATT_DTL_ID, ORA_SEED_SET1
ZCQ_VND_ATT_DTLS_PK1 Unique Default ZCQ_VND_ATT_DTL_ID, ORA_SEED_SET2