ATC_CUSTOM_SCHEMA_RELS

Used to save the relationship between custom schema and parent resources for supporting extensibility.

Details

  • Schema: FUSION

  • Object owner: ATC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

atc_custom_schema_tracker_PK

CUSTOM_SCHEMA_REL_ID

Columns

Name Datatype Length Precision Not-null Comments
CUSTOM_SCHEMA_REL_ID NUMBER 18 Yes Primary identifier for the custom schema to resource mapping.
PARENT_RESOURCE_NAME VARCHAR2 200 Yes Name of the parent resource for the custom resource mapping.
CHILD_OBJ_NAME VARCHAR2 200 Name of the child object associated to the parent resource.
EXTENSION_STATUS_CODE VARCHAR2 200 Status of the current child extension
CUSTOM_SCHEMA_NAME VARCHAR2 1000 Yes Name of the custom schema file used for the extensibility.
ROOT_RESOURCE_NAME VARCHAR2 200 Name of the root parent resource of the custom schema.
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.

Indexes

Index Uniqueness Tablespace Columns
atc_custom_schema_rels_N1 Non Unique Default PARENT_RESOURCE_NAME
atc_custom_schema_rels_N2 Non Unique Default ROOT_RESOURCE_NAME
atc_custom_schema_rels_PK Unique Default CUSTOM_SCHEMA_REL_ID
atc_custom_schema_rels_U1 Unique Default CUSTOM_SCHEMA_NAME, PARENT_RESOURCE_NAME