ZCA_EXP_MAP_OBJECTS

The table contains one record for each export object included in a mapping.

Details

  • Schema: FUSION

  • Object owner: ZCA

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

ZCA_EXP_MAP_OBJECTS_PK

MAP_OBJECT_ID

Columns

Name Datatype Length Precision Not-null Comments
MAP_OBJECT_ID NUMBER 18 Yes This column is the Primary Key for this table.
ENABLED_MAP_OBJECT VARCHAR2 1 Signify chosen Hierarchy Export Object in Export Object Page
MAP_OBJECT_NUMBER VARCHAR2 230 This columns is the Forgine Key for Map Objects
EXPORT_MAP_ID NUMBER 18 Yes Mapping id. Foreign key to ZCA_EXT_MAPS.EXPORT_MAP_ID
OBJECT_CODE VARCHAR2 128 Yes Internal name of the exportable object. Foreign key to ZCA_EXP_OBJECTS
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.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to 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.
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.
VIEW_CRITERIA VARCHAR2 4000 stores view criteria information for the export map object.
PARENT_OBJECT_CODE VARCHAR2 128 This column represents the Parent Object Code of a child object.
COLUMN_ORDER VARCHAR2 1000 This column has been created to maintain the order by details passed by the user in the REST/UI during Export for Simplified Export
OBJECT_LEVEL NUMBER 3 Column holds the level of the system task. Parent Level system task will be 1, next child level will be 2 and so on.
VIEW_CRITERIA_NAME VARCHAR2 200 stores view criteria name information for the export map object.
FILTER_VISIBLE_FLAG VARCHAR2 1 stores flag Y or N to show view criteria in UI.
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
ZCA_EXP_MAP_OBJECTS zca_exp_maps EXPORT_MAP_ID
zca_exp_map_views zca_exp_map_objects MAP_OBJECT_ID

Indexes

Index Uniqueness Tablespace Columns
ZCA_EXP_MAP_OBJECTS_N1 Non Unique Default MAP_OBJECT_ID, LAST_UPDATE_DATE
ZCA_EXP_MAP_OBJECTS_U1 Unique Default MAP_OBJECT_ID, ORA_SEED_SET1
ZCA_EXP_MAP_OBJECTS_U11 Unique Default MAP_OBJECT_ID, ORA_SEED_SET2