ZCA_EXP_MAP_VIEWS

The table contains one record for each view that is to be included in the export mapping.

Details

  • Schema: FUSION

  • Object owner: ZCA

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

ZCA_EXP_MAP_VIEWS_PK

MAP_VIEW_ID

Columns

Name Datatype Length Precision Not-null Comments
MAP_VIEW_ID NUMBER 18 Yes Primary Key.
EXTENSIBLE_FLAG VARCHAR2 1 To support the extensibility of maps for export as optional choice.
MAP_VIEW_NUMBER VARCHAR2 260 Alternate Key for Map Views
SEEDED_FLAG VARCHAR2 1 Seeded flag to indicate whether the Map View is a seeded Map View or not.
VISIBLE_FLAG VARCHAR2 1 Visible flag to indicate whether the Map View is going to be visible in the Map View listing page.
MAP_OBJECT_ID NUMBER 18 Yes Mapping id. Foreign key to ZCA_EXT_MAPS.EXPORT_MAP_ID
OBJECT_CODE VARCHAR2 30 Yes Internal name of the exportable object. Foreign key to ZCA_EXP_OBJECTS
VIEW_NAME VARCHAR2 100 Yes The name of the view included in the map
VIEW_CRITERIA_NAME VARCHAR2 1000 The name of the view criteria included in the map
OUTPUT_FILENAME VARCHAR2 120 The name of the output filename. If not specified defaults to the VIEW_NAME made file friendly.
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.
ENABLE_ALL_ATTRS VARCHAR2 1 Specifies if all the VO attributes are to be selected/de-selected in the UI
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
ZCA_EXP_MAP_VIEWS zca_exp_map_objects MAP_OBJECT_ID
ZCA_EXP_MAP_VIEWS zca_exp_objects OBJECT_CODE
zca_exp_map_attrs zca_exp_map_views MAP_VIEW_ID

Indexes

Index Uniqueness Tablespace Columns
ZCA_EXP_MAP_VIEWS_N1 Non Unique Default MAP_VIEW_ID, LAST_UPDATE_DATE
ZCA_EXP_MAP_VIEWS_U1 Unique Default MAP_VIEW_ID, ORA_SEED_SET1
ZCA_EXP_MAP_VIEWS_U11 Unique Default MAP_VIEW_ID, ORA_SEED_SET2
ZCA_EXP_MAP_VIEWS_U2 Unique Default MAP_OBJECT_ID, OBJECT_CODE, VIEW_NAME, ORA_SEED_SET1
ZCA_EXP_MAP_VIEWS_U21 Unique Default MAP_OBJECT_ID, OBJECT_CODE, VIEW_NAME, ORA_SEED_SET2