ATC_LAUNCH_ENTITIES

Stores general information of all launch entities.

Details

  • Schema: FUSION

  • Object owner: ATC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

ATC_LAUNCH_ENTITIES_PK

LAUNCH_ENTITY_ID

Columns

Name Datatype Length Precision Not-null Comments
LAUNCH_ENTITY_ID NUMBER 18 Yes Unique row id of the launch entity.
LAUNCH_ENTITY_PUID VARCHAR2 30 Yes Indicates identifier of the launch entity.
LAUNCH_ENTITY_NAME VARCHAR2 200 Indicates name of the launch entity
LAUNCH_ENTITY_VERSION VARCHAR2 20 Indicates version of the launch entity
DISPLAY_NAME VARCHAR2 200 Indicates the display name of the launch entity.
LAUNCH_ENTITY_DESCRIPTION VARCHAR2 4000 Indicates the description of the launch entity.
END_DATE_TIME TIMESTAMP Indicates the end date of the launch entity.
START_DATE_TIME TIMESTAMP Indicates the start date of the launch entity.
REF_ENTITY_PUID VARCHAR2 200 Indicates the reference entity identifier.
SERVICE_TYPE VARCHAR2 1000 Indicates the billing service type of entity.
BU_ORG_ID NUMBER 18 Indicates the business unit id of entity.
ENTITY_SEARCH_TAG VARCHAR2 4000 Indicates the search tag of the launch entity.
LIFECYCLE_STATUS_CODE VARCHAR2 200 Indicates the lifecycle status of the launch entity.
ENTITY_TYPE_CODE VARCHAR2 200 Indicates the type of the launch entity.
PROJECT_PUID VARCHAR2 30 Indicates the id of the intitiative.
PROJECT_NAME VARCHAR2 200 Indicates the name of the intitiative.
ENTITY_RES_CODE VARCHAR2 20 Yes Indicates the resource code of the launch entity.
ADDITIONAL_INFO VARCHAR2 4000 Indicates the additional info of the launch entity.
LAUNCH_ENTRY_URL VARCHAR2 1000 Indicates the image url of the entity.
LOCKED_FLG VARCHAR2 1 indicates whether record is locked for edit or not.
API_ENTITY_NAME VARCHAR2 200 indicates the API name of the launch entity
UI_ENTITY_NAME VARCHAR2 200 indicates the UI name of the launch entity.
ENTITY_ID NUMBER 18 Unique row id for the launch entity
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.
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.

Indexes

Index Uniqueness Tablespace Columns
ATC_LAUNCH_ENTITIES_N1 Non Unique Default API_ENTITY_NAME
ATC_LAUNCH_ENTITIES_N2 Non Unique Default UI_ENTITY_NAME
ATC_LAUNCH_ENTITIES_N3 Non Unique Default LIFECYCLE_STATUS_CODE
ATC_LAUNCH_ENTITIES_N4 Non Unique Default ENTITY_ID
ATC_LAUNCH_ENTITIES_PK Unique Default LAUNCH_ENTITY_ID
ATC_LAUNCH_ENTITIES_U1 Unique Default LAUNCH_ENTITY_PUID, LAUNCH_ENTITY_VERSION, ENTITY_RES_CODE