ZCA_IMPEXP_EXTN_GEN

It is to store the import export extensibility generation status of the application.

Details

  • Schema: FUSION

  • Object owner: ZCA

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

ZCA_IMPEXP_EXTN_GEN_PK

IMPEXP_EXTN_GEN_ID

Columns

Name Datatype Length Precision Not-null Comments
IMPEXP_EXTN_GEN_ID NUMBER 18 Yes Primary Key
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
GENERATE_NAME VARCHAR2 64 Generate Name
SANDBOX_ID VARCHAR2 60 stores the sandbox id for the respective Application
APPLICATION_NAME VARCHAR2 64 Application Name
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.
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.
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.
START_TIME TIMESTAMP Start Time
END_TIME TIMESTAMP End Time
PREVIOUS_START_TIME TIMESTAMP Start time for the previous generation
STATUS VARCHAR2 64 Status
NUMBER_OF_OBJECTS NUMBER 9 Number of Objects
NUMBER_OF_CUSTOM NUMBER 9 Number of Custom
NUMBER_OF_OOTB NUMBER 9 Number of OOTB
NUMBER_OF_RLNSHP NUMBER 9 Number of Relationship
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
COMPLETE_GEN_STATUS VARCHAR2 64 Specifies the Complete Registration Status of Standard Objects

Foreign Keys

Table Foreign Table Foreign Key Column
zca_impexp_extn_gen_dtls zca_impexp_extn_gen IMPEXP_EXTN_GEN_ID

Indexes

Index Uniqueness Tablespace Columns
ZCA_IMPEXP_EXTN_GEN_U1 Unique Default IMPEXP_EXTN_GEN_ID
ZCA_IMPEXP_EXTN_GEN_U2 Unique Default APPLICATION_NAME