ZCA_EXP_OBJECTS

Contains registered export objects used for bulk export

Details

  • Schema: FUSION

  • Object owner: ZCA

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

ZCA_EXP_OBJECTS_PK

EXPORT_OBJECT_ID

Columns

Name Datatype Length Precision Not-null Comments
EXPORT_OBJECT_ID NUMBER 18 Yes Primary Key.
IMP_INTERFACE_OBJ_CD VARCHAR2 100 Represents Display Name in IMPORT
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.
PARENT_EXPORT_OBJECT_CODE VARCHAR2 30 This field contains the object code of the parent.
PARENT_EXPORT_OBJECT_ID NUMBER 18 In case of objects with children, the mechanism of association shall be through PARENT_EXPORT_OBJECT_ID.
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.
OBJECT_CODE VARCHAR2 30 Yes Object code: internal representation of the export object. matches pattern [A-Z0-9_]+
DESC_TEXT VARCHAR2 250 Display name for exportable object.
LAST_SYNC_DATE TIMESTAMP Last time the view objects were introspected to populate the ZZZ_EXP_ATTRS table.
UI_FLAG VARCHAR2 1 UI_FLAG
EXPORT_OBJECT_TYPE VARCHAR2 10 Used to track the type of export object (AM, simple VO, custom object, future use)
AM_CLASS VARCHAR2 1000 The class of the application module containing the views.
AM_CONFIG VARCHAR2 100 The configuration of the application module containing the views.
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.
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_attrs zca_exp_objects EXPORT_OBJECT_ID
zca_exp_map_views zca_exp_objects OBJECT_CODE
zca_exp_views zca_exp_objects EXPORT_OBJECT_ID
zca_exp_imp_ref zca_exp_objects EXPORT_OBJECT_ID

Indexes

Index Uniqueness Tablespace Columns
ZCA_EXP_OBJECTS_N1 Non Unique Default EXPORT_OBJECT_ID, LAST_UPDATE_DATE
ZCA_EXP_OBJECTS_U1 Unique REFERENCE EXPORT_OBJECT_ID, ORA_SEED_SET1
ZCA_EXP_OBJECTS_U11 Unique REFERENCE EXPORT_OBJECT_ID, ORA_SEED_SET2
ZCA_EXP_OBJECTS_U2 Unique REFERENCE OBJECT_CODE, ORA_SEED_SET1
ZCA_EXP_OBJECTS_U21 Unique REFERENCE OBJECT_CODE, ORA_SEED_SET2