ZCA_DAAS_MAPPINGS

Stores Daas attribute to CRM VO Attribute mappings.

Details

  • Schema: FUSION

  • Object owner: ZCA

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

ZCA_DAAS_MAPPINGS_PK

DAAS_ATTRIBUTE_CODE

Columns

Name Datatype Length Precision Not-null Comments Status
DAAS_ATTRIBUTE_CODE VARCHAR2 250 Yes Attribute header returned by Data Cloud service
DAAS_ATTRIBUTE_DESC VARCHAR2 500 Yes Description of DAAS Attribute
FUSION_OBJECT_NAME VARCHAR2 500 Viewobject name to which this DAAS attribute maps to.
FUSION_ATTRIBUTE_NAME VARCHAR2 500 Attribute name in View Object to which this DAAS attribute maps to.
DISPLAY_LABEL_KEY VARCHAR2 256 Resource bundle key
AUTOFILL_BLANK VARCHAR2 1 If Y, updates value in CRM with Data Cloud value if CRM value is blank.
AUTOUPDATE_NON_BLANK VARCHAR2 1 If Y, updates value in CRM with Data Cloud value if CRM value is not blank.
DAAS_ATTRIBUTE_TYPE VARCHAR2 30 Specifies whether the attribute is account related or contact related.
ATTRIBUTE_CATEGORY VARCHAR2 30 Descriptive Flexfield: structure definition of the user descriptive flexfield. Obsolete
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_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.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates 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.
RESOURCE_BUNDLE_ID VARCHAR2 256 Resource bundle id.
ORIG_FUSION_OBJECT_NAME VARCHAR2 500 Viewobject name to which this DAAS attribute maps to. Backup column.
ORIG_FUSION_ATTRIBUTE_NAME VARCHAR2 500 Attribute name in View Object to which this DAAS attribute maps to. Backup column.
ORIG_AUTOFILL_BLANK VARCHAR2 1 If Y, updates value in CRM with Data Cloud value if CRM value is blank. Backup column.
ORIG_AUTOUPDATE_NON_BLANK VARCHAR2 1 If Y, updates value in CRM with Data Cloud value if CRM value is not blank. Backup column.
ORIG_DAAS_ATTRIBUTE_TYPE VARCHAR2 30 Specifies whether the attribute is account related or contact related. Backup column.
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.
DAAS_GROUP_NO NUMBER 18 Indicates the row number in the data csv.
DAAS_VALUE_STRING VARCHAR2 100 Indicates default value to be provided for Sales Cloud.
DAAS_MANDATORY VARCHAR2 1 Indicates whether a child csv is to be generated by Data as a Service.
SIMPLIFIED_IMP_OBJECT VARCHAR2 100 Stores the Simplified Import object that data csv is to be mapped.
SIMPLIFIED_IMP_OBJ_ATTRIBUTE VARCHAR2 100 Stores the Simplified Import attribute that data csv is to be mapped.
DAAS_PARENT_REFERENCE_ATTR VARCHAR2 100 Stores the parent identifier that each data row should have in the child data csv.
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 Status
ZCA_DAAS_MAPPINGS_N1 Non Unique FUSION_TS_TX_DATA ATTRIBUTE_CATEGORY Obsolete
ZCA_DAAS_MAPPINGS_N2 Non Unique Default DAAS_ATTRIBUTE_TYPE
ZCA_DAAS_MAPPINGS_PK Unique Default DAAS_ATTRIBUTE_CODE, ORA_SEED_SET1
ZCA_DAAS_MAPPINGS_PK1 Unique Default DAAS_ATTRIBUTE_CODE, ORA_SEED_SET2