MKT_IMP_OBJECT_ATTRS

This stores all the attributes in the VO corresponding to the import object detail.

Details

  • Schema: FUSION

  • Object owner: MKT

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

MKT_IMP_OBJECT_ATTRIBUTES_PK

OBJECT_ATTR_ID

Columns

Name Datatype Length Precision Not-null Comments
OBJECT_ATTR_ID NUMBER 18 Yes Object Attribute Id - Primary key of this table.
USERKEY_FLAG VARCHAR2 1 Flag to indicate if this attribute is a userkey or not
STANDARD_OBJECT_ATTR_COL VARCHAR2 100 Used to save the column mismatch for PSC related object related to PK or any other column
STANDARD_OBJECT_ATTR_TABLE VARCHAR2 100 Used to save the new Partitioned interface table
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of 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.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
OBJECT_DETAIL_ID NUMBER 18 Object Detail Id - Foreign key to MKT_IMP_OBJECT_DETAILS
OBJECT_ATTR_COL VARCHAR2 100 Object Attribute Column Name which refers to the column name in the interface table
OBJECT_ATTR_NAME VARCHAR2 100 Object Attribute Name refers to the attribute name in the interface vo
OBJECT_ATTR_TYPE VARCHAR2 30 Object Attribute Type refers to the datatype of the attribute
OBJECT_ATTR_LEN NUMBER Object Attribute Length refers to the length of the attribute
OBJECT_ATTR_DEFAULT VARCHAR2 4000 Object Attribute Default value in the VO
MAPPABLE_FLAG VARCHAR2 1 Flag to indicate if this attribute is mappable from file import UI
OBJECT_ATTR_TABLE VARCHAR2 100 Object Attribute Table Name refers to the name of the interface table
MANDATORY_FLAG VARCHAR2 1 Flag to indicate if this attribute is mandatory from import wizard
OBJECT_ATTR_NUMBER VARCHAR2 160 Alternate Key for object attributes
DISPLAY_VALUE VARCHAR2 30 Display value of the attribute from file import UI
COLUMN_HEADER_NAME VARCHAR2 120 Column Header Name to store the name of the column from csv to the corrosponding view attrbute. It will be used for the auto mapping.
TXN_VO_ATTR_NAME VARCHAR2 100 Transaction VO Attribute Name corresponding to the interface VO Attribute
TXN_VO_ATTR_COL VARCHAR2 100 The column saves the column name of the base table for the corresponding TXN_VO_ATTR_NAME
TXN_VO_ATTR_TABLE VARCHAR2 100 The column saves the value of the base table name
MD_UPDATABLE_FLAG VARCHAR2 1 Column holds the value regarding whether the attribute is updatable or not. Value 1 indicates attribute is updatable and 0 indicates its not updatable
MD_DEFAULT_VALUE CLOB Column holds the default value of all the attributes
MD_ATTR_TYPE VARCHAR2 50 Column holds the type of the custom attribute added to any object
MD_ATTR_MIN_LENGTH NUMBER Column used to hold the minimum length for Custom Text Attributes
MD_ATTR_MAX_VALUE NUMBER Column used to hold the Max value property of the custom number field
MD_ATTR_MIN_VALUE NUMBER Column used to hold the Min value property of the custom number field
MD_ATTR_DECIMAL_VALUE NUMBER Column used to hold the scale for custom number and percentage fields
MD_ATTR_FCL_LOOKUP_TYPE VARCHAR2 100 Column used to hold the value of LOOKUP_TYPE for custom Fixed Choice fields
MD_ATTR_DCL_BASE_TABLE_NAME VARCHAR2 40 Column used to hold the base table of the custom Dynamic choice list field
MD_ATTR_DCL_BASE_TABLE_PK1 VARCHAR2 40 Primary Key column name of DCL source attribute
MD_ATTR_DCL_BASE_TABLE_PK2 VARCHAR2 40 Primary Key column name of DCL source attribute
MD_ATTR_DCL_BASE_CATEGORY VARCHAR2 40 To hold the attribute category of the object if the DCL is based on custom object record
MD_USER_KEY1 VARCHAR2 40 Column used to hold the user key column used to resolve the DCL attribute values
MD_USER_KEY2 VARCHAR2 40 Column used to hold the user key column used to resolve the DCL attribute values
MD_USER_KEY3 VARCHAR2 40 Column used to hold the user key column used to resolve the DCL attribute values
MD_USER_KEY4 VARCHAR2 40 Column used to hold the user key column used to resolve the DCL attribute values
MD_ALTERNATE_KEY1 VARCHAR2 40 Reserved column to save the alternate key values
MD_ALTERNATE_KEY2 VARCHAR2 40 Reserved column to save the alternate key values
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
MKT_IMP_OBJECT_ATTRS mkt_imp_object_details OBJECT_DETAIL_ID
zca_exp_imp_ref_attr mkt_imp_object_attrs OBJECT_ATTR_ID

Indexes

Index Uniqueness Tablespace Columns
MKT_IMP_OBJECT_ATTRS_N1 Non Unique Default OBJECT_DETAIL_ID
MKT_IMP_OBJECT_ATTRS_PK Unique Default OBJECT_ATTR_ID, ORA_SEED_SET1
MKT_IMP_OBJECT_ATTRS_PK1 Unique Default OBJECT_ATTR_ID, ORA_SEED_SET2