SVC_WO_ACTIVITY_TYPES_B

This table stores the activity type attributes for work order activity types.

Details

  • Schema: FUSION

  • Object owner: SVC

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

SVC_WO_ACTIVITY_TYPES_B_PK

WO_ACTIVITY_TYPE_ID

Columns

Name Datatype Length Precision Not-null Comments
WO_ACTIVITY_TYPE_ID NUMBER 18 Yes Autogenerated number and primary key for this table.
WO_ACTIVITY_TYPE_NUMBER VARCHAR2 30 Yes Property used to uniquely identify the activity type. Property used to uniquely identify the status. A GUID-based column that's been created to be part of Alternate Key for data migration.
WO_INTEGRATION_CD VARCHAR2 30 Yes Type of work order code from FND_LOOKUP_VALUES.LOOKUP_CODE (Lookup Type:ORA_SVC_WO_INT_CD) to represent the type of work order this activity type is associated with.
WO_ACTIVITY_TYPE_CD VARCHAR2 30 The work order activity type code.
FS_ACTIVITY_TYPE_CD VARCHAR2 128 The field service activity type code which identifies the activity type to use in field service for this work order activity type.
FS_ACTIVITY_TYPE_ID NUMBER 5 The activity type ID foreign key to the FFS_ACTIVITY_TYPE.TYPE_ID column.
ENABLED_FLAG VARCHAR2 1 Yes Enabled flag used to identify whether the work order activity type is enabled.
DISPLAY_SEQUENCE NUMBER 18 Identifies the sequence in which the activity types are displayed in the user interface.
ESTIMATED_DURATION NUMBER 9 The estimated duration time (in minutes) that it's expected to take in order to complete a work order of this activity type.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated 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
SVC_WO_ACTIVITY_TYPES_B_PK Unique Default WO_ACTIVITY_TYPE_ID
SVC_WO_ACTIVITY_TYPES_B_U1 Unique Default WO_ACTIVITY_TYPE_NUMBER
SVC_WO_ACTIVITY_TYPES_B_U2 Unique Default WO_INTEGRATION_CD, FS_ACTIVITY_TYPE_ID, WO_ACTIVITY_TYPE_CD, FS_ACTIVITY_TYPE_CD