MKT_IMP_OBJECT_DETAILS

This table stores the VOs contained in the registered application module for the import object.

Details

  • Schema: FUSION

  • Object owner: MKT

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

MKT_IMP_OBJECT_DETAILS_PK

OBJECT_DETAIL_ID

Columns

Name Datatype Length Precision Not-null Comments
OBJECT_DETAIL_ID NUMBER 18 Yes Object Detail Id : Primary key of this table.
MODULE_ID VARCHAR2 32 Seed Data Framework: indicates the module that owns the row. A module is an entry in Application Taxonomy such as a Logical Business Area. When the MODULE_ID column exists and the owner of the row is not specified, then the Seed Data Framework will not extract the row as seed data.
STANDARD_OBJECT_DETAIL_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.
IMPORT_OBJECT_ID NUMBER 18 Reference to the parent Import Object table.
OBJECT_NAME VARCHAR2 100 Object Name for the row which willbe displayed on the mapping
OBJECT_DETAIL_TABLE VARCHAR2 100 Object Detail Table - Table name of the driving table that the VO is based on
OBJECT_DETAIL_VO VARCHAR2 600 Object Detail VO - Name of the VO that this row is referring to.
PARENT_DETAIL_ID NUMBER 18 Reference to the parent object detail id for VO hierarchy.
VIEW_OBJECT_INSTANCE_NAME VARCHAR2 100 View Object Instance Name : Name of the instance of the view object in the AM
VIEW_ACCESSOR_NAME VARCHAR2 100 View accessor name to access the interface child rows
BASE_TABLE_NAME VARCHAR2 100 Extensible base table name which saves the basetable for the object
OBJECT_DETAIL_NUMBER VARCHAR2 130 Alternate Key for object detail
SOURCE_FILE_NAME VARCHAR2 120 Source File Name to be used to hold the file name used to pass the data for this object while using file import
TXN_VO_INSTANCE_NAME VARCHAR2 100 Transaction VO Instance Name available in the base Am
TXN_VO_ACCESSOR_NAME VARCHAR2 100 Transaction VO accessor Name used to access the child rows from parent
TXN_VO_NAME VARCHAR2 600 TXN_VO_NAME which indicates the name of the vo at txn side
TXN_VO_PRIMARY_KEY_ATTR VARCHAR2 100 Transaction VO Primary Key attribute name to be used for ADF import flow
AK_VIEW_OBJECT_INSTANCE_NAME VARCHAR2 100 The column holds the view object instance names for the ADF Import
AK_VIEW_ACCESSOR_NAME VARCHAR2 100 Column holds the ViewAccessor Name to get the Chid Rows from the Parent for the ADF Import
OBJECT_CATEGORY VARCHAR2 60 Column used to determine whether the ImportVO registered is a secondary import vo or not. If the object is a Secondary ImportVO then value of this column will be "SECONDARY"
RECURSIVE_IMP_VO_ACCESSOR_NAME VARCHAR2 100 View link accessor name on the interface side of the recursive objects.
RECURSIVE_SUPPORT VARCHAR2 1 This column specifies whether the object can recurse on itself or not.
SRC_VIEW_CRITERIA VARCHAR2 100 View criteria to filter out only the first level records in the hierarchy.
RECURSIVE_TXN_VO_ACCESSOR_NAME VARCHAR2 100 View link accessor name on the destination side of the recursive objects.
VISIBLE_FLAG VARCHAR2 1 Flag indicates whether object should be hidden from classic interface
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_DETAILS mkt_imp_objects IMPORT_OBJECT_ID
mkt_imp_object_attrs mkt_imp_object_details OBJECT_DETAIL_ID
zca_exp_imp_ref mkt_imp_object_details OBJECT_DETAIL_ID

Indexes

Index Uniqueness Tablespace Columns
MKT_IMP_OBJECT_DETAILS_N1 Non Unique Default IMPORT_OBJECT_ID
MKT_IMP_OBJECT_DETAILS_PK Unique Default OBJECT_DETAIL_ID, ORA_SEED_SET1
MKT_IMP_OBJECT_DETAILS_PK1 Unique Default OBJECT_DETAIL_ID, ORA_SEED_SET2