Search Results psp_adjustment_lines_history
Overview
The PSP_ADJUSTMENT_LINES_HISTORY table is a core data repository within the Oracle E-Business Suite (EBS) Labor Distribution module (PSP). Its primary function is to serve as an audit and historical archive for payroll cost distribution lines that have been successfully adjusted and transferred to the General Ledger (GL). When labor costs are redistributed across different projects, tasks, or accounts via the Labor Distribution process, the original and adjusted distribution details are captured. This table stores the final, transferred state of these adjusted lines, providing a permanent record for compliance, reconciliation, and reporting purposes in both EBS 12.1.1 and 12.2.2.
Key Information Stored
The table's structure captures the complete context of a labor cost adjustment. The primary key is ADJUSTMENT_LINE_ID, which uniquely identifies each historical record. Critical columns include PAYROLL_CONTROL_ID, linking to the specific payroll run; SUMMARY_LINE_ID and EFFORT_REPORT_ID, connecting to the source labor data; and ADJUSTMENT_BATCH_NAME, referencing the batch that processed the adjustment. It stores the financial dimensions of the adjustment, such as PROJECT_ID, TASK_ID, EXPENDITURE_TYPE, and the final GL_CODE_COMBINATION_ID. The SET_OF_BOOKS_ID, BUSINESS_GROUP_ID, and TIME_PERIOD_ID provide essential organizational and accounting period context. Amount fields, though not explicitly listed in the provided metadata, are typically present in such history tables to record the adjusted labor distribution values.
Common Use Cases and Queries
This table is central to audit trails and troubleshooting in Labor Distribution. Common use cases include reconciling transferred payroll costs to the General Ledger, investigating the history of adjustments for a specific project or employee, and generating compliance reports. A typical query might join to related master tables to produce a readable adjustment history report.
- Sample Query for Adjustment Audit:
SELECT hist.ADJUSTMENT_BATCH_NAME, hist.TIME_PERIOD_ID, proj.SEGMENT1 PROJECT_NUMBER,
tasks.TASK_NUMBER, hist.EXPENDITURE_TYPE, hist.GL_CODE_COMBINATION_ID
FROM PSP.PSP_ADJUSTMENT_LINES_HISTORY hist,
PA.PA_PROJECTS_ALL proj,
PA.PA_TASKS tasks
WHERE hist.PROJECT_ID = proj.PROJECT_ID
AND hist.TASK_ID = tasks.TASK_ID
AND hist.TIME_PERIOD_ID = 'JAN-2024'; - Reconciliation: Comparing aggregate amounts in this history table to journal entries in GL_INTERFACE or GL_JE_BATCHES for a given payroll control.
- Data Integrity: Using the foreign key relationships to validate that all historical records have valid references to existing projects, tasks, and code combinations.
Related Objects
The PSP_ADJUSTMENT_LINES_HISTORY table is intricately linked to numerous master and transactional tables across EBS, as evidenced by its foreign key constraints. Key relationships include:
- PSP_PAYROLL_CONTROLS via PAYROLL_CONTROL_ID.
- PSP_EFFORT_REPORTS and PSP_SUMMARY_LINES via EFFORT_REPORT_ID and SUMMARY_LINE_ID, linking to the source labor data.
- PSP_ADJUSTMENT_CONTROL_TABLE via ADJUSTMENT_BATCH_NAME, referencing the adjustment process batch.
- Project Accounting (PA) tables: PA_PROJECTS_ALL (PROJECT_ID) and PA_TASKS (TASK_ID).
- General Ledger (GL) tables: GL_SETS_OF_BOOKS (SET_OF_BOOKS_ID) and GL_CODE_COMBINATIONS (GL_CODE_COMBINATION_ID).
- Human Resources (HR): HR_ALL_ORGANIZATION_UNITS for both BUSINESS_GROUP_ID and EXPENDITURE_ORGANIZATION_ID.
- Other references: PA_EXPENDITURE_TYPES (EXPENDITURE_TYPE), PER_TIME_PERIODS (TIME_PERIOD_ID), PSP_ORGANIZATION_ACCOUNTS (SUSPENSE_ORG_ACCOUNT_ID), and PSP_PAYROLL_SOURCES (SOURCE_TYPE, SOURCE_CODE).
-
Table: PSP_ADJUSTMENT_LINES_HISTORY
12.2.2
owner:PSP, object_type:TABLE, fnd_design_data:PSP.PSP_ADJUSTMENT_LINES_HISTORY, object_name:PSP_ADJUSTMENT_LINES_HISTORY, status:VALID, product: PSP - Labor Distribution , description: Stores adjusted lines that are successfully transferred , implementation_dba_data: PSP.PSP_ADJUSTMENT_LINES_HISTORY ,
-
Table: PSP_ADJUSTMENT_LINES_HISTORY
12.1.1
owner:PSP, object_type:TABLE, fnd_design_data:PSP.PSP_ADJUSTMENT_LINES_HISTORY, object_name:PSP_ADJUSTMENT_LINES_HISTORY, status:VALID, product: PSP - Labor Distribution , description: Stores adjusted lines that are successfully transferred , implementation_dba_data: PSP.PSP_ADJUSTMENT_LINES_HISTORY ,
-
View: PSP_REP_SSP_CHG_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PSP.PSP_REP_SSP_CHG_V, object_name:PSP_REP_SSP_CHG_V, status:VALID, product: PSP - Labor Distribution , description: Based on PSP_DISTRIBUTION_LINES_HISTORY used in Suspense Account Charging report , implementation_dba_data: APPS.PSP_REP_SSP_CHG_V ,
-
View: PSP_REP_SSP_CHG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSP.PSP_REP_SSP_CHG_V, object_name:PSP_REP_SSP_CHG_V, status:VALID, product: PSP - Labor Distribution , description: Based on PSP_DISTRIBUTION_LINES_HISTORY used in Suspense Account Charging report , implementation_dba_data: APPS.PSP_REP_SSP_CHG_V ,
-
View: PSP_DISTRIBUTION_COMBO_V
12.2.2
product: PSP - Labor Distribution , description: Based on PSP_DISTRIBUTION_LINES_HISTORY, PSP_PRE_GEN_DIST_LINES_HISTORY, and PSP_ADJUSTMENT_LINES_HISTORY tables , implementation_dba_data: Not implemented in this database ,
-
View: PSP_DISTRIBUTION_COMBO_V
12.1.1
product: PSP - Labor Distribution , description: Based on PSP_DISTRIBUTION_LINES_HISTORY, PSP_PRE_GEN_DIST_LINES_HISTORY, and PSP_ADJUSTMENT_LINES_HISTORY tables , implementation_dba_data: Not implemented in this database ,
-
View: PSP_ADJUSTMENT_COMBO_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PSP.PSP_ADJUSTMENT_COMBO_V, object_name:PSP_ADJUSTMENT_COMBO_V, status:VALID, product: PSP - Labor Distribution , implementation_dba_data: APPS.PSP_ADJUSTMENT_COMBO_V ,
-
View: PSP_ADJUSTMENT_COMBO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSP.PSP_ADJUSTMENT_COMBO_V, object_name:PSP_ADJUSTMENT_COMBO_V, status:VALID, product: PSP - Labor Distribution , implementation_dba_data: APPS.PSP_ADJUSTMENT_COMBO_V ,
-
View: PSPFV_DIST_ADJUST_HISTORIES
12.2.2
product: PSP - Labor Distribution , implementation_dba_data: Not implemented in this database ,
-
Table: PSP_PAYROLL_SOURCES
12.1.1
owner:PSP, object_type:TABLE, fnd_design_data:PSP.PSP_PAYROLL_SOURCES, object_name:PSP_PAYROLL_SOURCES, status:VALID, product: PSP - Labor Distribution , description: Stores payroll source codes for payroll source types , implementation_dba_data: PSP.PSP_PAYROLL_SOURCES ,
-
Table: PSP_ADJUSTMENT_CONTROL_TABLE
12.1.1
owner:PSP, object_type:TABLE, fnd_design_data:PSP.PSP_ADJUSTMENT_CONTROL_TABLE, object_name:PSP_ADJUSTMENT_CONTROL_TABLE, status:VALID, product: PSP - Labor Distribution , description: Stores one record for each batch adjusted , implementation_dba_data: PSP.PSP_ADJUSTMENT_CONTROL_TABLE ,
-
Table: PSP_ADJUSTMENT_CONTROL_TABLE
12.2.2
owner:PSP, object_type:TABLE, fnd_design_data:PSP.PSP_ADJUSTMENT_CONTROL_TABLE, object_name:PSP_ADJUSTMENT_CONTROL_TABLE, status:VALID, product: PSP - Labor Distribution , description: Stores one record for each batch adjusted , implementation_dba_data: PSP.PSP_ADJUSTMENT_CONTROL_TABLE ,
-
View: PSPFV_DIST_ADJUST_HISTORIES
12.1.1
product: PSP - Labor Distribution , implementation_dba_data: Not implemented in this database ,
-
Table: PSP_PAYROLL_SOURCES
12.2.2
owner:PSP, object_type:TABLE, fnd_design_data:PSP.PSP_PAYROLL_SOURCES, object_name:PSP_PAYROLL_SOURCES, status:VALID, product: PSP - Labor Distribution , description: Stores payroll source codes for payroll source types , implementation_dba_data: PSP.PSP_PAYROLL_SOURCES ,
-
Table: PSP_PAYROLL_CONTROLS
12.1.1
owner:PSP, object_type:TABLE, fnd_design_data:PSP.PSP_PAYROLL_CONTROLS, object_name:PSP_PAYROLL_CONTROLS, status:VALID, product: PSP - Labor Distribution , description: Contains information for all imported payroll transactions , implementation_dba_data: PSP.PSP_PAYROLL_CONTROLS ,
-
View: PSP_REP_DEF_LOV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSP.PSP_REP_DEF_LOV_V, object_name:PSP_REP_DEF_LOV_V, status:VALID, product: PSP - Labor Distribution , implementation_dba_data: APPS.PSP_REP_DEF_LOV_V ,
-
Table: PSP_ORGANIZATION_ACCOUNTS
12.1.1
owner:PSP, object_type:TABLE, fnd_design_data:PSP.PSP_ORGANIZATION_ACCOUNTS, object_name:PSP_ORGANIZATION_ACCOUNTS, status:VALID, product: PSP - Labor Distribution , description: Stores default and suspense accounts for organizations , implementation_dba_data: PSP.PSP_ORGANIZATION_ACCOUNTS ,
-
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 ,
-
Table: PSP_PAYROLL_CONTROLS
12.2.2
owner:PSP, object_type:TABLE, fnd_design_data:PSP.PSP_PAYROLL_CONTROLS, object_name:PSP_PAYROLL_CONTROLS, status:VALID, product: PSP - Labor Distribution , description: Contains information for all imported payroll transactions , implementation_dba_data: PSP.PSP_PAYROLL_CONTROLS ,
-
Table: PSP_SUMMARY_LINES
12.2.2
owner:PSP, object_type:TABLE, fnd_design_data:PSP.PSP_SUMMARY_LINES, object_name:PSP_SUMMARY_LINES, status:VALID, product: PSP - Labor Distribution , description: Stores summarized distribution lines , implementation_dba_data: PSP.PSP_SUMMARY_LINES ,
-
Table: PSP_EFFORT_REPORTS
12.1.1
owner:PSP, object_type:TABLE, fnd_design_data:PSP.PSP_EFFORT_REPORTS, object_name:PSP_EFFORT_REPORTS, status:VALID, product: PSP - Labor Distribution , description: Contains effort reports for employees for a specified time period , implementation_dba_data: PSP.PSP_EFFORT_REPORTS ,
-
Table: PSP_SUMMARY_LINES
12.1.1
owner:PSP, object_type:TABLE, fnd_design_data:PSP.PSP_SUMMARY_LINES, object_name:PSP_SUMMARY_LINES, status:VALID, product: PSP - Labor Distribution , description: Stores summarized distribution lines , implementation_dba_data: PSP.PSP_SUMMARY_LINES ,
-
Table: PSP_EFFORT_REPORTS
12.2.2
owner:PSP, object_type:TABLE, fnd_design_data:PSP.PSP_EFFORT_REPORTS, object_name:PSP_EFFORT_REPORTS, status:VALID, product: PSP - Labor Distribution , description: Contains effort reports for employees for a specified time period , implementation_dba_data: PSP.PSP_EFFORT_REPORTS ,
-
Table: PSP_ORGANIZATION_ACCOUNTS
12.2.2
owner:PSP, object_type:TABLE, fnd_design_data:PSP.PSP_ORGANIZATION_ACCOUNTS, object_name:PSP_ORGANIZATION_ACCOUNTS, status:VALID, product: PSP - Labor Distribution , description: Stores default and suspense accounts for organizations , implementation_dba_data: PSP.PSP_ORGANIZATION_ACCOUNTS ,
-
View: PSP_REP_DIST_PRJ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSP.PSP_REP_DIST_PRJ_V, object_name:PSP_REP_DIST_PRJ_V, status:VALID, product: PSP - Labor Distribution , description: Based on the PSP_DISTRIBUTION_LINES_HISTORY table , implementation_dba_data: APPS.PSP_REP_DIST_PRJ_V ,
-
View: PSP_REP_DEF_LOV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PSP.PSP_REP_DEF_LOV_V, object_name:PSP_REP_DEF_LOV_V, status:VALID, product: PSP - Labor Distribution , description: Based on PSP_DISTRIBUTION_LINES_HISTORY for the Distribution History by Org report , implementation_dba_data: APPS.PSP_REP_DEF_LOV_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_COST_DIST_LINE_ADJUST
12.2.2
product: PSP - Labor Distribution , description: PSPFV_COST_DIST_LINE_ADJUST displays information regarding distribution lines created due to adjustments. , implementation_dba_data: Not implemented in this database ,
-
View: PSP_REP_DIST_PRJ_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PSP.PSP_REP_DIST_PRJ_V, object_name:PSP_REP_DIST_PRJ_V, status:VALID, product: PSP - Labor Distribution , description: Based on the PSP_DISTRIBUTION_LINES_HISTORY table , implementation_dba_data: APPS.PSP_REP_DIST_PRJ_V ,
-
View: PSPBV_DIST_ADJUST_HISTORIES
12.2.2
product: PSP - Labor Distribution , description: PSPBV_DIST_ADJUST_HISTORIES displays the adjusted lines that are transferred to General Ledger or Grants Management successfully. , implementation_dba_data: Not implemented in this database ,
-
View: PSPBV_DIST_ADJUST_HISTORIES
12.1.1
product: PSP - Labor Distribution , description: PSPBV_DIST_ADJUST_HISTORIES displays the adjusted lines that are transferred to General Ledger or Grants Management successfully. , implementation_dba_data: Not implemented in this database ,
-
View: PSPFV_COST_DIST_LINE_ADJUST
12.1.1
product: PSP - Labor Distribution , description: PSPFV_COST_DIST_LINE_ADJUST displays information regarding distribution lines created due to adjustments. , implementation_dba_data: Not implemented in this database ,
-
View: PSP_REP_DEF_CHG_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PSP.PSP_REP_DEF_CHG_V, object_name:PSP_REP_DEF_CHG_V, status:VALID, product: PSP - Labor Distribution , description: Based on PSP_DISTRIBUTION_LINES_HISTORY for the Distribution History by Default Account report , implementation_dba_data: APPS.PSP_REP_DEF_CHG_V ,
-
View: PSP_REP_DEF_CHG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSP.PSP_REP_DEF_CHG_V, object_name:PSP_REP_DEF_CHG_V, status:VALID, product: PSP - Labor Distribution , description: Based on PSP_DISTRIBUTION_LINES_HISTORY for the Distribution History by Default Account report , implementation_dba_data: APPS.PSP_REP_DEF_CHG_V ,