ZCX_CSM_IMP_OBJS

Represents a catalog of artifacts migrated from source to target environment using CSM. e.g. Custom Objects, Roles, Email Templates, Roles Permissions for Custom Objects.

Details

  • Schema: FUSION

  • Object owner: ZCX

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

ZCX_CSM_IMP_OBJS_PK

IMP_OBJ_ID

Columns

Name Datatype Length Precision Not-null Comments
IMP_OBJ_ID NUMBER 18 Yes Primary Key attribute to uniquely identify a row.
OBJECT_NAME VARCHAR2 1000 Yes Identifies the name of an artifact that existed in an imported CSM archive.
OBJECT_DISPLAYNAME VARCHAR2 4000 Yes Identifies the display name of an artifact that existed in an imported CSM archive.
OBJECT_DESC VARCHAR2 4000 Identifies the description of an artifact that existed in an imported CSM archive.
OBJECT_TYPE_CODE VARCHAR2 30 Yes The code representing the type of an artifact that existed in an imported CSM archive : CUSTOM OBJECT, ROLE, ROLE CUSTOM OBJECT PERMISSION, EMAIL TEMPLATE.
CREATED_BY_PROFILE_ID NUMBER 18 Yes Identifies the import profile instance where this object was first referenced.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of 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.

Foreign Keys

Table Foreign Table Foreign Key Column
ZCX_CSM_IMP_OBJS zcx_csm_imp_profiles CREATED_BY_PROFILE_ID
zcx_csm_imp_obj_instns zcx_csm_imp_objs IMP_OBJ_ID

Indexes

Index Uniqueness Tablespace Columns
ZCX_CSM_IMP_OBJS_N1 Non Unique Default CREATED_BY_PROFILE_ID
ZCX_CSM_IMP_OBJS_PK Unique Default IMP_OBJ_ID