INV_ZONE_ACTIVITY_DETAILS

INV_ZONE_ACTIVITY_DETAILS stores the competencies associated with activities within a zone.

Details

  • Schema: FUSION

  • Object owner: INV

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

INV_ZONE_ACTIVITY_DETAILS_PK

ZONE_ACTIVITY_DETAIL_ID

Columns

Name Datatype Length Precision Not-null Comments
ZONE_ACTIVITY_DETAIL_ID NUMBER 18 Yes Primary key that uniquely identifies the competencies associated with this activity.
ZONE_ACTIVITY_USAGE_ID NUMBER 18 Yes Value that uniquely identifies the activity associated with a zone. Foreign key to INV_ZONE_ACTIVITY_USAGES.ZONE_ACTIVITY_USAGE_ID.
OBJECT_TYPE VARCHAR2 30 Yes Indicates the type of object being stored. Possible values are COMPETENCY, SCHEDULE_GROUP, and JOB.
COMPETENCY_CATALOG_ID NUMBER 18 Value that identifies the competency catalog for a zone activity.
COMPETENCY_ID NUMBER 18 Value that identifies the competency for the zone activity.
SCHEDULE_GROUP_CODE VARCHAR2 240 Specifies the schedule group associated with the zone activity.
JOB_ID NUMBER 18 Specifies the job associated with the zone activity.
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.
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.

Indexes

Index Uniqueness Tablespace Columns
INV_ZONE_ACTIVITY_DETAILS_U1 Unique FUSION_TS_TX_DATA ZONE_ACTIVITY_DETAIL_ID