ZCX_CSM_IMP_OBJ_GROUPS

Represents the groups of artifacts migrated from source to target environment using CSM. e.g. All Email Templates, All 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_OBJ_GROUPS_PK

IMP_OBJ_GROUP_ID

Columns

Name Datatype Length Precision Not-null Comments
IMP_OBJ_GROUP_ID NUMBER 18 Yes Primary Key attribute to uniquely identify a row.
IMPORT_PROFILE_ID NUMBER 18 Yes Identifies the Import Profile that is associated with the objects group.
OBJECT_GROUP_TYPE_CODE VARCHAR2 30 Yes The code representing the object group: ROLE PERMISSIONS, EMAIL TEMPLATE.
OBJ_GROUP_IMP_OPTION_CODE VARCHAR2 30 Yes The code representing whether to import the object group: IMPORT, DO NOT IMPORT.
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_OBJ_GROUPS zcx_csm_imp_profiles IMPORT_PROFILE_ID
zcx_csm_imp_obj_instns zcx_csm_imp_obj_groups IMP_OBJ_GROUP_ID

Indexes

Index Uniqueness Tablespace Columns
ZCX_CSM_IMP_OBJ_GROUPS_N1 Non Unique Default IMPORT_PROFILE_ID
ZCX_CSM_IMP_OBJ_GROUPS_PK Unique Default IMP_OBJ_GROUP_ID