ATC_NAME_REGISTRIES

stores info about name registry

Details

  • Schema: FUSION

  • Object owner: ATC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

atc_name_registries_PK

NAME_REGISTRY_ID

Columns

Name Datatype Length Precision Not-null Comments
NAME_REGISTRY_ID NUMBER 18 Yes Unique row id for registry entry
END_DATE_TIME TIMESTAMP Indicates the end date of registry entry.
START_DATE_TIME TIMESTAMP Indicates the start date of registry entry.
REGISTRY_ENTRY_TAG VARCHAR2 200 Indicates the tag of registry entry.
ENTITY_SEARCH_TAG VARCHAR2 4000 Indicates the search tag for each entity.
NAME_REGISTRY_PUID VARCHAR2 30 Yes Indicates identifier of the registry entry
NAME_REGISTRY_VERSION VARCHAR2 20 Indicates version of the registry entry
NAME_REGISTRY_DESCRIPTION VARCHAR2 4000 Indicates description of the registry entry
LIFECYCLE_STATUS_CODE VARCHAR2 200 Indicates lifecycle status of the registry entry
PRODUCT_TYPE_CODE VARCHAR2 200 Indicates product type of the registry entry
PROJECT_ID VARCHAR2 30 Indicates project id of the registry entry
PROJECT_NAME VARCHAR2 200 Indicates project name of the registry entry
DISPLAY_NAME VARCHAR2 200 Indicates short name or display of the registry entry.
NAME_REGISTRY_NAME VARCHAR2 200 Yes Indicates name of the registry entry
NAME_REGISTRY_RES_CODE VARCHAR2 20 Indicates resource code of the registry entry
NAME_REGISTRY_HREF VARCHAR2 4000 indicates href of the registry entry
REGISTRY_ENTRY_URL VARCHAR2 1000 Indicates image url of the registry entry
API_ENTITY_NAME VARCHAR2 200 Yes indicates the API name of the referenced entity
UI_ENTITY_NAME VARCHAR2 200 Yes indicates the UI name of the referenced entity
ENTITY_ID NUMBER 18 Yes Unique row id for the referenced entity
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 Status
atc_name_registries_N1 Non Unique Default API_ENTITY_NAME
atc_name_registries_N2 Non Unique Default UI_ENTITY_NAME
atc_name_registries_N3 Non Unique Default NAME_REGISTRY_PUID Obsolete
atc_name_registries_PK Unique Default NAME_REGISTRY_ID
atc_name_registries_U1 Unique Default NAME_REGISTRY_NAME, NAME_REGISTRY_RES_CODE
atc_name_registries_U2 Unique Default NAME_REGISTRY_PUID, NAME_REGISTRY_RES_CODE Obsolete