RCL_SERVICE_ACTIVITIES_B

Entity that holds all physical attributes of Service Activity.

Details

  • Schema: FUSION

  • Object owner: RCL

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

RCL_SERVICE_ACTIVITIES_B_PK

SERVICE_ACTIVITY_ID

Columns

Name Datatype Length Precision Not-null Comments
SERVICE_ACTIVITY_ID NUMBER 18 Yes Unique identifier and primary key for the service activity business object.
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.
SERVICE_ACTIVITY_CODE VARCHAR2 30 Yes This stores the value of the service activity code that is used in Field Service Debrief transactions.
BUSINESS_PROCESS_CODE VARCHAR2 30 Yes The business process identifier for the business that executes the work order.
LINE_CATEGORY VARCHAR2 30 Yes Identifies the Service Activity type as an Order or Return.
ORDER_LINE_TYPE VARCHAR2 30 The line type associated with Service Activity.
CREATE_CHARGE_FLAG VARCHAR2 1 Indicator when a charge line is created for the service activity.
OM_INTERFACE_FLAG VARCHAR2 1 The flag to indicate whether the service activity line will be converted to an order.
ZERO_CHARGE_FLAG VARCHAR2 1 Indicator when a charge line is created with a zero value for the service activity.
RESOURCE_ACTIVITY_CODE VARCHAR2 30 It stores the manufacturing resource activity code and indicates the activity the resource is going to perform.
ENABLED_FLAG VARCHAR2 1 Yes Indicator when the service activity is enabled or disabled.
ORDER_TYPE_CODE VARCHAR2 30 The sales order type associated with the service activity.
UPDATE_COST_FLAG VARCHAR2 1 The flag controls whether or not a MWO Resource or Part Transaction gets created when posting Field Service Charges.
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.

Foreign Keys

Table Foreign Table Foreign Key Column
rcl_srv_activity_billing_types rcl_service_activities_b SERVICE_ACTIVITY_ID
rcl_service_activities_tl rcl_service_activities_b SERVICE_ACTIVITY_ID
rcl_parts_req_lines rcl_service_activities_b SERVICE_ACTIVITY_ID

Indexes

Index Uniqueness Tablespace Columns
RCL_SERVICE_ACTIVITIES_B_U1 Unique Default SERVICE_ACTIVITY_ID
RCL_SERVICE_ACTIVITIES_B_U2 Unique Default SERVICE_ACTIVITY_CODE