SVC_WO_LINK_TEMPLATES_B
This table is used to store and represent the link template information in field service work orders using Oracle Field Service linking feature.
Details
-
Schema: FUSION
-
Object owner: SVC
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
SVC_WO_LINK_TEMPLATES_B_PK |
LINK_TEMPLATE_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| LINK_TEMPLATE_ID | NUMBER | 18 | Yes | An autogenerated number and primary key for this table. | |
| LINK_TEMPLATE_NUMBER | VARCHAR2 | 30 | Yes | Property used to uniquely identify the link template. | |
| LINK_TEMPLATE_CAT_CD | VARCHAR2 | 30 | Yes | Lookup code that indicates the category of the link template, such as Finish-to-Start, Start-to-Start, Simultaneous, Related. | |
| MIN_INTERVAL_TYPE_CD | VARCHAR2 | 30 | Lookup code that indicates the minimum interval in the link template, such as Adjustable, Non-adjustable. | ||
| MIN_INTERVAL_MINUTES | NUMBER | 9 | Property used to indicate the minimum time interval between activities. | ||
| MAX_INTERVAL_TYPE_CD | VARCHAR2 | 30 | Lookup code that indicates the maximum interval in the link template, such as Adjustable, Non-adjustable. | ||
| MAX_INTERVAL_MINUTES | NUMBER | 9 | Property used to indicate the maximum time interval between activities. | ||
| ASSIGNMENT_CONSTRAINT_CD | VARCHAR2 | 30 | Lookup code that indicates the assignment constraint in the link template, such as Different resources, Same resource. | ||
| SCHEDULING_CONSTRAINT_CD | VARCHAR2 | 30 | Lookup code that indicates the scheduling constraint in the link template, such as Different days, Same day. | ||
| LINK_TYPE_LABEL_FIRST | VARCHAR2 | 160 | Property used to indicate the label of the first activity. | ||
| LINK_TYPE_LABEL_SECOND | VARCHAR2 | 160 | Yes | Property used to indicate the label of the second activity. | |
| ACTIVE_FLAG | VARCHAR2 | 1 | Yes | Property used to identify if a specific template is active. | |
| 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_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. | |
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| svc_wo_link_templates_tl | svc_wo_link_templates_b | LINK_TEMPLATE_NUMBER |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| SVC_WO_LINK_TEMPLATES_B_PK | Unique | Default | LINK_TEMPLATE_ID |
| SVC_WO_LINK_TEMPLATES_B_U1 | Unique | Default | LINK_TEMPLATE_NUMBER |
| SVC_WO_LINK_TEMPLATES_B_U2 | Unique | Default | LINK_TEMPLATE_CAT_CD, LINK_TYPE_LABEL_FIRST, LINK_TYPE_LABEL_SECOND |