Search Results psp_default_labor_schedules
Overview
The table PSP_DEFAULT_LABOR_SCHEDULES is a core data structure within the Oracle E-Business Suite (EBS) Labor Distribution module (PSP). Its primary function is to serve as a repository for default labor costing schedules. These schedules are automatically applied during the labor distribution process when an employee does not have an explicitly defined, active labor schedule. This ensures that labor costs can be allocated to general ledger accounts and projects even in the absence of employee-specific assignment data, maintaining data integrity and process continuity in financial accounting and project costing.
Key Information Stored
The table stores the combination of attributes that define a default costing rule. Its structure is defined by a composite primary key (PSP_DEFAULT_LABOR_SCHEDULES_U1) and a unique identifier column (ORG_SCHEDULE_ID). Key columns include ORGANIZATION_ID and SCHEDULE_BEGIN_DATE, which define the organizational and temporal scope of the default rule. The financial and project accounting dimensions are captured through GL_CODE_COMBINATION_ID, PROJECT_ID, TASK_ID, AWARD_ID, EXPENDITURE_ORGANIZATION_ID, and EXPENDITURE_TYPE. Critical context is provided by SET_OF_BOOKS_ID and BUSINESS_GROUP_ID, linking the schedule to the correct financial and human resources information.
Common Use Cases and Queries
The primary use case is the automated selection of a default schedule during payroll distribution runs. The system queries this table when an employee's assignment lacks a valid schedule, typically matching on BUSINESS_GROUP_ID, ORGANIZATION_ID, and the effective date. Administrators may query the table to audit or maintain default rules. A common diagnostic query is to list all default schedules for a specific business group and organization:
- SELECT org_schedule_id, schedule_begin_date, gl_code_combination_id, project_id, task_id FROM psp_default_labor_schedules WHERE business_group_id = &bg_id AND organization_id = &org_id ORDER BY schedule_begin_date DESC;
Another critical reporting use case involves joining with distribution lines to identify which cost postings utilized a default schedule versus an employee-specific one, which is vital for compliance and cost analysis.
Related Objects
PSP_DEFAULT_LABOR_SCHEDULES is centrally connected to several key EBS tables via foreign key relationships, primarily serving as a reference source for distribution lines. The documented relationships are:
- Referenced by: PSP_DISTRIBUTION_LINES (on PSP_DISTRIBUTION_LINES.ORG_SCHEDULE_ID) and PSP_DISTRIBUTION_LINES_HISTORY (on PSP_DISTRIBUTION_LINES_HISTORY.SCHEDULE_LINE_ID). This is the core relationship where default schedules are applied.
- References to Master Data:
- GL_SETS_OF_BOOKS (SET_OF_BOOKS_ID)
- HR_ALL_ORGANIZATION_UNITS, twice: for BUSINESS_GROUP_ID and for EXPENDITURE_ORGANIZATION_ID
- GL_CODE_COMBINATIONS (GL_CODE_COMBINATION_ID)
- PA_PROJECTS_ALL (PROJECT_ID)
- PA_EXPENDITURE_TYPES (EXPENDITURE_TYPE)
- PA_TASKS (TASK_ID)
These relationships enforce data integrity, ensuring that default schedules are built upon valid, existing setup data within General Ledger, Projects, and Human Resources.
-
Table: PSP_DEFAULT_LABOR_SCHEDULES
12.2.2
owner:PSP, object_type:TABLE, fnd_design_data:PSP.PSP_DEFAULT_LABOR_SCHEDULES, object_name:PSP_DEFAULT_LABOR_SCHEDULES, status:VALID, product: PSP - Labor Distribution , description: Stores default labor schedules to be used when there are no schedules defined for an employee , implementation_dba_data: PSP.PSP_DEFAULT_LABOR_SCHEDULES ,
-
Table: PSP_DEFAULT_LABOR_SCHEDULES
12.1.1
owner:PSP, object_type:TABLE, fnd_design_data:PSP.PSP_DEFAULT_LABOR_SCHEDULES, object_name:PSP_DEFAULT_LABOR_SCHEDULES, status:VALID, product: PSP - Labor Distribution , description: Stores default labor schedules to be used when there are no schedules defined for an employee , implementation_dba_data: PSP.PSP_DEFAULT_LABOR_SCHEDULES ,
-
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 ,
-
View: PSPBV_ORG_SCHEDULE_LINES
12.1.1
product: PSP - Labor Distribution , description: PSPBV_ORG_SCHEDULE_LINES displays information about a charging account in a schedule that is used at the organization level. , implementation_dba_data: Not implemented in this database ,
-
View: PSPBV_ORG_SCHEDULE_LINES
12.2.2
product: PSP - Labor Distribution , description: PSPBV_ORG_SCHEDULE_LINES displays information about a charging account in a schedule that is used at the organization level. , implementation_dba_data: Not implemented in this database ,
-
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_DEFAULT_LABOR_SCH_ENC_V
12.2.2
product: PSP - Labor Distribution , implementation_dba_data: Not implemented in this database ,
-
View: PSP_DEFAULT_LABOR_SCH_ENC_V
12.1.1
product: PSP - Labor Distribution , implementation_dba_data: Not implemented in this database ,
-
View: PSP_DEFAULT_LABOR_SCHEDULES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSP.PSP_DEFAULT_LABOR_SCHEDULES_V, object_name:PSP_DEFAULT_LABOR_SCHEDULES_V, status:VALID, product: PSP - Labor Distribution , description: Shows default labor schedules defined for organizations , implementation_dba_data: APPS.PSP_DEFAULT_LABOR_SCHEDULES_V ,
-
View: PSPFV_ORG_SCHEDULE_LINES
12.1.1
product: PSP - Labor Distribution , implementation_dba_data: Not implemented in this database ,
-
View: PSP_DEFAULT_LABOR_SCHEDULES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PSP.PSP_DEFAULT_LABOR_SCHEDULES_V, object_name:PSP_DEFAULT_LABOR_SCHEDULES_V, status:VALID, product: PSP - Labor Distribution , description: Shows default labor schedules defined for organizations , implementation_dba_data: APPS.PSP_DEFAULT_LABOR_SCHEDULES_V ,
-
View: PSPFV_ORG_SCHEDULE_LINES
12.2.2
product: PSP - Labor Distribution , implementation_dba_data: Not implemented in this database ,
-
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_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_DIST_ORG_V
12.2.2
product: PSP - Labor Distribution , 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_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 ,