ZCA_EXP_VIEWS

Contains one record per view object available for export in a view object

Details

  • Schema: FUSION

  • Object owner: ZCA

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

ZCA_EXP_VIEWS_PK

EXPORT_VIEW_ID

Columns

Name Datatype Length Precision Not-null Comments
EXPORT_VIEW_ID NUMBER 18 Yes Primary Key.
SECONDARY_VIEW_OBJECT_DEF VARCHAR2 1000 The secondary view object associated with this view object, null if one does not exist.
OUTPUT_FILE_NAME VARCHAR2 120 Output file name expected by Import team, provided from consumer VO's.
VIEW_LINK_DEF VARCHAR2 1000 This field stores the View link Def for this object. This helps to find out the parent-child info
PARENT_VIEW_ID NUMBER 18 Parent view object. Null for top level views in data model or manually added views
EXPORT_OBJECT_ID NUMBER 18 Yes Foreign Key to ZCA_EXP_OBJECTS.EXPORT_OBJECT_ID
OBJECT_CODE VARCHAR2 30 Yes The name of the object code that owns the view
VIEW_NAME VARCHAR2 100 Yes Name of the view. Must be unique within the export object. System generated.
PARENT_VIEW_NAME VARCHAR2 120 Name of the parent view, if a view hierarchy is used. May be null to indicate there is no parent view.
DESC_TEXT VARCHAR2 250 Human readable description of the view object
TABLE_NAME VARCHAR2 30 The name of the table the view object is over.
VIEW_OBJECT_INSTANCE_NAME VARCHAR2 100 The view object instance name in the AM. NULL for manually added VOs
VIEW_ACCESSOR_NAME VARCHAR2 100 The name of the view accessor used to "get" to the view object.
VIEW_OBJECT_DEF VARCHAR2 1000 The qualified name (class name) of the view object
ASSOC_VIEW_OBJECT_DEF VARCHAR2 1000 The extensible view object associated with this view object, null if one does not exist.
UI_FLAG VARCHAR2 1 Determines whether the view object is shown in the export UI. Y - show, N - hide
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.
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_VIEWS zca_exp_objects EXPORT_OBJECT_ID
zca_exp_attrs zca_exp_views EXPORT_VIEW_ID
zca_exp_imp_ref zca_exp_views EXPORT_VIEW_ID

Indexes

Index Uniqueness Tablespace Columns
ZCA_EXP_VIEWS_N1 Non Unique Default EXPORT_VIEW_ID, LAST_UPDATE_DATE
ZCA_EXP_VIEWS_U1 Unique Default EXPORT_VIEW_ID, ORA_SEED_SET1
ZCA_EXP_VIEWS_U11 Unique Default EXPORT_VIEW_ID, ORA_SEED_SET2
ZCA_EXP_VIEWS_U2 Unique Default EXPORT_VIEW_ID, VIEW_NAME, ORA_SEED_SET1
ZCA_EXP_VIEWS_U21 Unique Default EXPORT_VIEW_ID, VIEW_NAME, ORA_SEED_SET2