MKT_IMP_OBJECTS

This table stores meta data of all the objects which the file import wizard would support.

Details

  • Schema: FUSION

  • Object owner: MKT

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

MKT_IMP_OBJECTS_PK

IMPORT_OBJECT_ID

Columns

Name Datatype Length Precision Not-null Comments
IMPORT_OBJECT_ID NUMBER 18 Yes Import Object Id : Primary key of the MKT_IMP_OBJECTS table
SUPPORT_SIMPLIFIED_IMPORT VARCHAR2 1 Represents wether an Import object supports Simplified Import or Not.
SUPPORT_ODI_IMPORT VARCHAR2 1 Represent whether Import Object support ODI for Base Table Upload.
SUPPORT_ADF_IMPORT VARCHAR2 1 Represent whether Import Object support ADF/Turbo 'base table upload' instead of ODI.
SECURITY_GROUP VARCHAR2 120 Security Group to be used for UCM
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_CODE VARCHAR2 100 Yes Object Code : User key of this table
DESCRIPTION VARCHAR2 4000 Textual description of the import object
AM_CONFIG VARCHAR2 100 Application Module Configuration for the AM of this object.
AM_CLASS VARCHAR2 600 Configured Java class of the AM for this object
UI_FLAG VARCHAR2 1 Flag to denote if this object will be exposed from the file import UI for import.
LAST_SYNC_DATE DATE Last synchronization date for the meta data for this object.
IMPORT_OBJECT_NUMBER VARCHAR2 30 Alternate key for import objects
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.
UCM_ACCOUNT_NUMBER VARCHAR2 120 Ucm Account Number to be used to store the account of the obejcts in the UCM server
TXN_AM_CONFIG VARCHAR2 100 Transaction AM Config corresponding to the interface AM
TXN_AM_CLASS VARCHAR2 600 Transaction AM Class corresponding to the interface AM
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_assoc mkt_imp_objects IMPORT_OBJECT_ID

Indexes

Index Uniqueness Tablespace Columns
MKT_IMP_OBJECTS_PK Unique Default IMPORT_OBJECT_ID, ORA_SEED_SET1
MKT_IMP_OBJECTS_PK1 Unique Default IMPORT_OBJECT_ID, ORA_SEED_SET2
MKT_IMP_OBJECTS_UK1 Unique Default OBJECT_CODE, ORA_SEED_SET1
MKT_IMP_OBJECTS_UK11 Unique Default OBJECT_CODE, ORA_SEED_SET2