Search Results psp_schedule_lines
Overview
The PSP_SCHEDULE_LINES table is a core data object within the Oracle E-Business Suite (EBS) Labor Distribution module (PSP). It functions as the detailed transactional repository for individual distribution lines that constitute a labor schedule. A schedule, defined at a higher level, contains one or more schedule lines that specify precisely how an employee's salary or labor costs are to be allocated across various accounting dimensions, such as projects, tasks, and general ledger accounts. This table is critical for the accurate and auditable proration of labor expenses, enabling organizations to meet complex internal and external reporting requirements for project accounting, grants management, and financial compliance.
Key Information Stored
Each record in PSP_SCHEDULE_LINES represents a single allocation rule for a schedule. The primary identifier is the SCHEDULE_LINE_ID. The table's structure is defined by its extensive foreign key relationships, which map to the key accounting flexfields and master data within EBS. The most significant columns store references to the accounting segments and entities for distribution, including GL_CODE_COMBINATION_ID for the target general ledger account, PROJECT_ID and TASK_ID for project-related allocations, and EXPENDITURE_TYPE. It also holds organizational context via BUSINESS_GROUP_ID and EXPENDITURE_ORGANIZATION_ID, and the accounting context via SET_OF_BOOKS_ID. Additional columns typically store the allocation percentage or amount for the line, effective dates, and creation/modification metadata.
Common Use Cases and Queries
The primary use case is the creation, review, and audit of labor distribution schedules. Functional users manage these lines through the Labor Distribution forms, while technical consultants and report developers query this table to analyze distribution patterns, troubleshoot allocation issues, and build custom reports. A common reporting query involves joining PSP_SCHEDULE_LINES to related master tables to produce a human-readable schedule detail report.
Sample SQL Pattern:
- SELECT sl.schedule_line_id,
- p.segment1 project_number,
- t.task_number,
- sl.expenditure_type,
- sl.percentage
- FROM psp_schedule_lines sl,
- pa_projects_all p,
- pa_tasks t
- WHERE sl.project_id = p.project_id
- AND sl.task_id = t.task_id
- AND sl.schedule_hierarchy_id = :p_schedule_id;
Related Objects
PSP_SCHEDULE_LINES sits at the center of a key data model. It is a child table of PSP_SCHEDULE_HIERARCHY, which defines the parent schedule header. Its distribution rules are executed to create actual accounting entries, which are stored in the child tables PSP_DISTRIBUTION_LINES (for current distributions) and PSP_DISTRIBUTION_LINES_HISTORY. As indicated by its foreign keys, it has direct dependencies on fundamental EBS tables including GL_CODE_COMBINATIONS, PA_PROJECTS_ALL, PA_TASKS, PA_EXPENDITURE_TYPES, HR_ALL_ORGANIZATION_UNITS (twice, for different organization contexts), and GL_SETS_OF_BOOKS. Any customization or data fix involving labor distributions must carefully consider integrity with these related objects.
-
Table: PSP_SCHEDULE_LINES
12.2.2
owner:PSP, object_type:TABLE, fnd_design_data:PSP.PSP_SCHEDULE_LINES, object_name:PSP_SCHEDULE_LINES, status:VALID, product: PSP - Labor Distribution , description: Stores schedule lines associated with a particular schedule , implementation_dba_data: PSP.PSP_SCHEDULE_LINES ,
-
Table: PSP_SCHEDULE_LINES
12.1.1
owner:PSP, object_type:TABLE, fnd_design_data:PSP.PSP_SCHEDULE_LINES, object_name:PSP_SCHEDULE_LINES, status:VALID, product: PSP - Labor Distribution , description: Stores schedule lines associated with a particular schedule , implementation_dba_data: PSP.PSP_SCHEDULE_LINES ,
-
View: PSP_REP_SCH_EMP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PSP.PSP_REP_SCH_EMP_V, object_name:PSP_REP_SCH_EMP_V, status:VALID, product: PSP - Labor Distribution , description: Based on the PSP_SCHEDULE_LINES table used in Labor Schedules for Employees report , implementation_dba_data: APPS.PSP_REP_SCH_EMP_V ,
-
View: PSP_REP_SCH_EMP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSP.PSP_REP_SCH_EMP_V, object_name:PSP_REP_SCH_EMP_V, status:VALID, product: PSP - Labor Distribution , description: Based on the PSP_SCHEDULE_LINES table used in Labor Schedules for Employees report , implementation_dba_data: APPS.PSP_REP_SCH_EMP_V ,
-
Table: PSP_SCHEDULE_HIERARCHY
12.1.1
owner:PSP, object_type:TABLE, fnd_design_data:PSP.PSP_SCHEDULE_HIERARCHY, object_name:PSP_SCHEDULE_HIERARCHY, status:VALID, product: PSP - Labor Distribution , description: Stores schedule hierarchy level information about the schedule , implementation_dba_data: PSP.PSP_SCHEDULE_HIERARCHY ,
-
Table: PSP_SCHEDULE_HIERARCHY
12.2.2
owner:PSP, object_type:TABLE, fnd_design_data:PSP.PSP_SCHEDULE_HIERARCHY, object_name:PSP_SCHEDULE_HIERARCHY, status:VALID, product: PSP - Labor Distribution , description: Stores schedule hierarchy level information about the schedule , implementation_dba_data: PSP.PSP_SCHEDULE_HIERARCHY ,
-
Table: PSP_DISTRIBUTION_LINES_HISTORY
12.1.1
owner:PSP, object_type:TABLE, fnd_design_data:PSP.PSP_DISTRIBUTION_LINES_HISTORY, object_name:PSP_DISTRIBUTION_LINES_HISTORY, status:VALID, product: PSP - Labor Distribution , description: Stores distributed Oracle and non-Oracle payroll sublines not yet transferred to General Ledger or Grants Accounting , implementation_dba_data: PSP.PSP_DISTRIBUTION_LINES_HISTORY ,
-
Table: PSP_DISTRIBUTION_LINES
12.2.2
owner:PSP, object_type:TABLE, fnd_design_data:PSP.PSP_DISTRIBUTION_LINES, object_name:PSP_DISTRIBUTION_LINES, status:VALID, product: PSP - Labor Distribution , description: Stores distributed Oracle and non-Oracle payroll sublines not yet transferred to General Ledger or Grants Accounting , implementation_dba_data: PSP.PSP_DISTRIBUTION_LINES ,
-
Table: PSP_DISTRIBUTION_LINES
12.1.1
owner:PSP, object_type:TABLE, fnd_design_data:PSP.PSP_DISTRIBUTION_LINES, object_name:PSP_DISTRIBUTION_LINES, status:VALID, product: PSP - Labor Distribution , description: Stores distributed Oracle and non-Oracle payroll sublines not yet transferred to General Ledger or Grants Accounting , implementation_dba_data: PSP.PSP_DISTRIBUTION_LINES ,
-
Table: PSP_DISTRIBUTION_LINES_HISTORY
12.2.2
owner:PSP, object_type:TABLE, fnd_design_data:PSP.PSP_DISTRIBUTION_LINES_HISTORY, object_name:PSP_DISTRIBUTION_LINES_HISTORY, status:VALID, product: PSP - Labor Distribution , description: Stores distributed Oracle and non-Oracle payroll sublines not yet transferred to General Ledger or Grants Accounting , implementation_dba_data: PSP.PSP_DISTRIBUTION_LINES_HISTORY ,
-
View: PSP_REP_SUSP_WARN_V
12.2.2
product: PSP - Labor Distribution , description: No longer being used in Oracle Labor Distribution. , implementation_dba_data: Not implemented in this database ,
-
View: PSP_REP_SUSP_WARN_V
12.1.1
product: PSP - Labor Distribution , description: No longer being used in Oracle Labor Distribution. , implementation_dba_data: Not implemented in this database ,
-
View: PSPBV_LABOR_SCHEDULE_LINES
12.2.2
product: PSP - Labor Distribution , description: PSPBV_LABOR_SCHEDULE_LINES displays schedule information or charging instructions for different employees, assignments, element types, and orgs. , implementation_dba_data: Not implemented in this database ,
-
View: PSPBV_LABOR_SCHEDULE_LINES
12.1.1
product: PSP - Labor Distribution , description: PSPBV_LABOR_SCHEDULE_LINES displays schedule information or charging instructions for different employees, assignments, element types, and orgs. , implementation_dba_data: Not implemented in this database ,
-
View: PSPFV_LABOR_SCHEDULE_LINES
12.1.1
product: PSP - Labor Distribution , implementation_dba_data: Not implemented in this database ,
-
View: PSP_SCHEDULE_LINES_ENC_V
12.1.1
product: PSP - Labor Distribution , description: View for ENcumbrance to show only GL and POETA , implementation_dba_data: Not implemented in this database ,
-
View: PSP_SCHEDULE_LINES_ENC_V
12.2.2
product: PSP - Labor Distribution , description: View for ENcumbrance to show only GL and POETA , implementation_dba_data: Not implemented in this database ,
-
View: PSPFV_LABOR_SCHEDULE_LINES
12.2.2
product: PSP - Labor Distribution , implementation_dba_data: Not implemented in this database ,
-
View: PSP_MATRIX_DRIVER3_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSP.PSP_MATRIX_DRIVER3_V, object_name:PSP_MATRIX_DRIVER3_V, status:VALID, product: PSP - Labor Distribution , description: Based on the PSP_MATRIX_DRIVER3 table , implementation_dba_data: APPS.PSP_MATRIX_DRIVER3_V ,
-
View: PSP_MATRIX_DRIVER2_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PSP.PSP_MATRIX_DRIVER2_V, object_name:PSP_MATRIX_DRIVER2_V, status:VALID, product: PSP - Labor Distribution , description: Shows the schedule lines in matrix block in the Monthly Schedule Summary window , implementation_dba_data: APPS.PSP_MATRIX_DRIVER2_V ,
-
View: PSP_MATRIX_DRIVER3_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PSP.PSP_MATRIX_DRIVER3_V, object_name:PSP_MATRIX_DRIVER3_V, status:VALID, product: PSP - Labor Distribution , description: Based on the PSP_MATRIX_DRIVER3 table , implementation_dba_data: APPS.PSP_MATRIX_DRIVER3_V ,
-
View: PSP_MATRIX_DRIVER2_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSP.PSP_MATRIX_DRIVER2_V, object_name:PSP_MATRIX_DRIVER2_V, status:VALID, product: PSP - Labor Distribution , description: Shows the schedule lines in matrix block in the Monthly Schedule Summary window , implementation_dba_data: APPS.PSP_MATRIX_DRIVER2_V ,
-
View: PSP_REP_DA_GRP1_V
12.1.1
product: PSP - Labor Distribution , description: Based on PSP_REP_DIST_PRJ_V and used in the Distribution History of Employees by Award report , implementation_dba_data: Not implemented in this database ,
-
View: PSP_MATRIX_DRIVER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSP.PSP_MATRIX_DRIVER_V, object_name:PSP_MATRIX_DRIVER_V, status:VALID, product: PSP - Labor Distribution , description: Shows the schedule lines in matrix block in the Schedule Lines window , implementation_dba_data: APPS.PSP_MATRIX_DRIVER_V ,
-
View: PSP_REP_DP_GRP1_V
12.1.1
product: PSP - Labor Distribution , description: Based on the PSP_DISTRIBUTION_LINES_HISTORY table used in the Distribution History by Project report , implementation_dba_data: Not implemented in this database ,
-
View: PSP_REP_DP_GRP1_V
12.2.2
product: PSP - Labor Distribution , description: Based on the PSP_DISTRIBUTION_LINES_HISTORY table used in the Distribution History by Project report , implementation_dba_data: Not implemented in this database ,
-
View: PSP_REP_DA_GRP1_V
12.2.2
product: PSP - Labor Distribution , description: Based on PSP_REP_DIST_PRJ_V and used in the Distribution History of Employees by Award report , implementation_dba_data: Not implemented in this database ,
-
View: PSP_MATRIX_DRIVER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PSP.PSP_MATRIX_DRIVER_V, object_name:PSP_MATRIX_DRIVER_V, status:VALID, product: PSP - Labor Distribution , description: Shows the schedule lines in matrix block in the Schedule Lines window , implementation_dba_data: APPS.PSP_MATRIX_DRIVER_V ,
-
View: PSP_REP_DIST_ORG_V
12.2.2
product: PSP - Labor Distribution , implementation_dba_data: Not implemented in this database ,
-
View: PSP_REP_DIST_ORG_V
12.1.1
product: PSP - Labor Distribution , implementation_dba_data: Not implemented in this database ,
-
View: PSP_REP_ORG_GRP1_V
12.2.2
product: PSP - Labor Distribution , description: Based on the PSP_DISTRIBUTION_LINES_HISTORY table used in the Distribution History by Organization report , implementation_dba_data: Not implemented in this database ,
-
View: PSP_REP_ORG_GRP1_V
12.1.1
product: PSP - Labor Distribution , description: Based on the PSP_DISTRIBUTION_LINES_HISTORY table used in the Distribution History by Organization report , implementation_dba_data: Not implemented in this database ,
-
View: PSP_REP_SSP_CHG1_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSP.PSP_REP_SSP_CHG1_V, object_name:PSP_REP_SSP_CHG1_V, status:VALID, product: PSP - Labor Distribution , description: Based on PSP_REP_SSP_CHG_V that is used in Suspense Account Charging report.5-FEB-02 Ritesh Modified query to fix Bug:2209306 , implementation_dba_data: APPS.PSP_REP_SSP_CHG1_V ,
-
View: PSP_REP_SSP_CHG1_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PSP.PSP_REP_SSP_CHG1_V, object_name:PSP_REP_SSP_CHG1_V, status:VALID, product: PSP - Labor Distribution , description: Based on PSP_REP_SSP_CHG_V that is used in Suspense Account Charging report.5-FEB-02 Ritesh Modified query to fix Bug:2209306 , implementation_dba_data: APPS.PSP_REP_SSP_CHG1_V ,
-
View: PSPFV_GENERATE_COST_DIST_LINES
12.2.2
product: PSP - Labor Distribution , implementation_dba_data: Not implemented in this database ,
-
View: PSPFV_GENERATED_DIST_HISTORIES
12.1.1
product: PSP - Labor Distribution , implementation_dba_data: Not implemented in this database ,
-
View: PSPFV_GENERATE_COST_DIST_LINES
12.1.1
product: PSP - Labor Distribution , implementation_dba_data: Not implemented in this database ,
-
View: PSPFV_GENERATED_DIST_HISTORIES
12.2.2
product: PSP - Labor Distribution , implementation_dba_data: Not implemented in this database ,