MKT_IMP_OBJECT_ASSOC

This stores the association between the VOs and the columns that are linked for import objects meta data.

Details

  • Schema: FUSION

  • Object owner: MKT

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

MKT_IMP_OBJECT_ASSOC_PK

OBJECT_ASSOC_ID

Columns

Name Datatype Length Precision Not-null Comments
OBJECT_ASSOC_ID NUMBER 18 Yes Object Assoc Id : Primary key of this 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.
IMPORT_OBJECT_ID NUMBER 18 Reference to the Import Object Id
ASSOC_NAME VARCHAR2 500 Name of the association between objects
SRC_OBJECT_DETAIL_ID NUMBER 18 Source Object Detail Id - Foreign Key to MKT_IMP_OBJECT_DETAILS
SRC_OBJECT_ATTR_ID NUMBER 18 Source Object Attribute Id - Foreign Key to MKT_IMP_OBJECT_ATTRS
TARGET_OBJECT_DETAIL_ID NUMBER 18 Target Object Attribute Id - Foreign Key to MKT_IMP_OBJECT_DETAILS
TARGET_OBJECT_ATTR_ID NUMBER 18 Target Object Attribute Id - Foreign Key to MKT_IMP_OBJECT_ATTRS

Foreign Keys

Table Foreign Table Foreign Key Column
MKT_IMP_OBJECT_ASSOC mkt_imp_objects IMPORT_OBJECT_ID

Indexes

Index Uniqueness Tablespace Columns
MKT_IMP_OBJECT_ASSOC_N1 Non Unique Default IMPORT_OBJECT_ID
MKT_IMP_OBJECT_ASSOC_PK Unique Default OBJECT_ASSOC_ID