Search Results cs_tm_labor_schedules
Overview
The CS_TM_LABOR_SCHEDULES table is a core transactional data object within the Oracle E-Business Suite Service (CS) module. It serves as the primary repository for Time and Material (T&M) labor schedules, which are essential for service billing processes. Its role is to define and store the specific billing rules, rates, and schedules applicable to labor transactions performed on service tasks. This table enables the system to calculate accurate charges for labor based on predefined criteria, directly supporting the generation of invoices and revenue recognition for service contracts and work orders.
Key Information Stored
The table's structure is designed to capture the defining attributes of a labor billing schedule. The primary key, TM_LABOR_SCHEDULE_ID, uniquely identifies each schedule record. A critical foreign key relationship is established via the BUSINESS_PROCESS_ID column, which links the schedule to a defined business process in the CS_BUSINESS_PROCESSES table. This linkage controls the workflow and approval rules governing the schedule. While the provided metadata does not list all columns, typical data stored includes effective dates (START_DATE_ACTIVE, END_DATE_ACTIVE), rate modifiers, labor cost and billing rate definitions, and references to the applicable service resources or job roles to which the schedule applies.
Common Use Cases and Queries
A primary use case is the configuration and assignment of labor billing rates for specific service technicians, job roles, or contract lines. Administrators create schedules in this table to dictate how labor hours are converted into billable amounts. For reporting and analysis, common queries involve joining this table to service transaction lines to assess billed labor revenue versus cost. A typical SQL pattern retrieves active schedules for a business process:
- SELECT tm_labor_schedule_id, business_process_id FROM cs_tm_labor_schedules WHERE sysdate BETWEEN start_date_active AND NVL(end_date_active, sysdate);
Another critical use case is during the invoice generation workflow, where the system queries this table to determine the correct billing rate for each labor transaction line posted from service orders.
Related Objects
The CS_TM_LABOR_SCHEDULES table maintains a direct and documented foreign key relationship with the CS_BUSINESS_PROCESSES table. This relationship is fundamental, as every labor schedule must be associated with a governing business process. The join is performed on the column CS_TM_LABOR_SCHEDULES.BUSINESS_PROCESS_ID = CS_BUSINESS_PROCESSES.BUSINESS_PROCESS_ID. This table is also a likely parent to transactional tables in the Service module (such as CS_TRANSACTION_LINES) that store actual labor charges, which would reference TM_LABOR_SCHEDULE_ID to apply the correct billing rules. Furthermore, it is integral to the T&M billing engine within the CS module, interacting with APIs and views responsible for invoice line creation.
-
Table: CS_TM_LABOR_SCHEDULES
12.1.1
owner:CS, object_type:TABLE, fnd_design_data:CS.CS_TM_LABOR_SCHEDULES, object_name:CS_TM_LABOR_SCHEDULES, status:VALID, product: CS - Service , description: T&M Labor Schedules for Service Billing , implementation_dba_data: CS.CS_TM_LABOR_SCHEDULES ,
-
Table: CS_TM_LABOR_SCHEDULES
12.2.2
owner:CS, object_type:TABLE, fnd_design_data:CS.CS_TM_LABOR_SCHEDULES, object_name:CS_TM_LABOR_SCHEDULES, status:VALID, product: CS - Service , description: T&M Labor Schedules for Service Billing , implementation_dba_data: CS.CS_TM_LABOR_SCHEDULES ,
-
APPS.CS_TM_LABOR_SCHEDULES_PKG dependencies on CS_TM_LABOR_SCHEDULES
12.1.1
-
APPS.CS_TM_LABOR_SCHEDULES_PKG dependencies on CS_TM_LABOR_SCHEDULES
12.2.2
-
SYNONYM: APPS.CS_TM_LABOR_SCHEDULES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CS_TM_LABOR_SCHEDULES, status:VALID,
-
SYNONYM: APPS.CS_TM_LABOR_SCHEDULES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CS_TM_LABOR_SCHEDULES, status:VALID,
-
VIEW: CS.CS_TM_LABOR_SCHEDULES#
12.2.2
owner:CS, object_type:VIEW, object_name:CS_TM_LABOR_SCHEDULES#, status:VALID,
-
APPS.CS_TM_LABOR_SCHEDULES_PKG SQL Statements
12.1.1
-
APPS.CS_TM_LABOR_SCHEDULES_PKG SQL Statements
12.2.2
-
VIEW: CS.CS_TM_LABOR_SCHEDULES#
12.2.2
-
Table: CS_BUSINESS_PROCESSES
12.2.2
owner:CS, object_type:TABLE, fnd_design_data:CS.CS_BUSINESS_PROCESSES, object_name:CS_BUSINESS_PROCESSES, status:VALID, product: CS - Service , description: Business Processes used in Service Billing , implementation_dba_data: CS.CS_BUSINESS_PROCESSES ,
-
PACKAGE BODY: APPS.CS_TM_LABOR_SCHEDULES_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CS_TM_LABOR_SCHEDULES_PKG, status:VALID,
-
Table: CS_BUSINESS_PROCESSES
12.1.1
owner:CS, object_type:TABLE, fnd_design_data:CS.CS_BUSINESS_PROCESSES, object_name:CS_BUSINESS_PROCESSES, status:VALID, product: CS - Service , description: Business Processes used in Service Billing , implementation_dba_data: CS.CS_BUSINESS_PROCESSES ,
-
PACKAGE BODY: APPS.CS_TM_LABOR_SCHEDULES_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CS_TM_LABOR_SCHEDULES_PKG, status:VALID,
-
TABLE: CS.CS_TM_LABOR_SCHEDULES
12.2.2
owner:CS, object_type:TABLE, fnd_design_data:CS.CS_TM_LABOR_SCHEDULES, object_name:CS_TM_LABOR_SCHEDULES, status:VALID,
-
TABLE: CS.CS_TM_LABOR_SCHEDULES
12.1.1
owner:CS, object_type:TABLE, fnd_design_data:CS.CS_TM_LABOR_SCHEDULES, object_name:CS_TM_LABOR_SCHEDULES, status:VALID,
-
PACKAGE BODY: APPS.CS_TM_LABOR_SCHEDULES_PKG
12.1.1
-
PACKAGE BODY: APPS.CS_TM_LABOR_SCHEDULES_PKG
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.CS_TM_LABOR_SCHEDULE_PVT
12.1.1
-
PACKAGE BODY: APPS.CS_TM_LABOR_SCHEDULE_PVT
12.2.2
-
APPS.OKS_COVERAGES_PVT SQL Statements
12.2.2
-
APPS.OKS_COVERAGES_PVT SQL Statements
12.1.1
-
eTRM - CS Tables and Views
12.1.1
description: Table to store web conference details for an SR. ,
-
eTRM - CS Tables and Views
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.OKS_COVERAGES_PVT
12.2.2
-
PACKAGE BODY: APPS.OKS_COVERAGES_PVT
12.1.1
-
eTRM - CS Tables and Views
12.1.1
description: Table to store web conference details for an SR. ,
-
eTRM - CS Tables and Views
12.2.2