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 ,
-
APPS.PSP_LABOR_DIST dependencies on PSP_ADJUSTMENT_LINES_HISTORY
12.2.2
-
APPS.PSP_ARCHIVE_RETRIEVE dependencies on PSP_ADJUSTMENT_LINES_HISTORY
12.1.1
-
APPS.PSP_GENERAL dependencies on PSP_ADJUSTMENT_LINES_HISTORY
12.2.2
-
APPS.PSP_ADJ_DRIVER dependencies on PSP_ADJUSTMENT_LINES_HISTORY
12.1.1
-
APPS.PSP_LABOR_DIST dependencies on PSP_ADJUSTMENT_LINES_HISTORY
12.1.1
-
APPS.PSP_SUM_ADJ dependencies on PSP_ADJUSTMENT_LINES_HISTORY
12.1.1
-
APPS.PSP_TEMPLATE_SELECTION dependencies on PSP_ADJUSTMENT_LINES_HISTORY
12.1.1
-
APPS.PSP_ADJ_DRIVER dependencies on PSP_ADJUSTMENT_LINES_HISTORY
12.2.2
-
APPS.PSP_SUM_ADJ dependencies on PSP_ADJUSTMENT_LINES_HISTORY
12.2.2
-
APPS.PSP_ARCHIVE_RETRIEVE dependencies on PSP_ADJUSTMENT_LINES_HISTORY
12.2.2
-
APPS.PSP_EFFORTS_PKG dependencies on PSP_ADJUSTMENT_LINES_HISTORY
12.2.2
-
APPS.PSP_TEMPLATE_SELECTION dependencies on PSP_ADJUSTMENT_LINES_HISTORY
12.2.2
-
APPS.PSP_SUM_TRANS dependencies on PSP_ADJUSTMENT_LINES_HISTORY
12.2.2
-
APPS.PSP_SUM_TRANS dependencies on PSP_ADJUSTMENT_LINES_HISTORY
12.1.1
-
APPS.PSP_EFFORTS_PKG dependencies on PSP_ADJUSTMENT_LINES_HISTORY
12.1.1
-
VIEW: APPS.PSP_REP_SSP_CHG_V
12.2.2
-
APPS.PSP_SUM_ADJ dependencies on PSP_ADJUSTMENT_LINES
12.1.1
-
VIEW: APPS.PSP_REP_SSP_CHG_V
12.1.1
-
APPS.PSP_SUM_ADJ dependencies on PSP_ADJUSTMENT_LINES
12.2.2
-
APPS.PSP_ARCHIVE_RETRIEVE dependencies on PSP_ADJUSTMENT_LINES_ARCH
12.1.1
-
APPS.PSP_ARCHIVE_RETRIEVE dependencies on PSP_ADJUSTMENT_LINES_ARCH
12.2.2
-
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: APPS.PSP_ADJUSTMENT_COMBO_V
12.2.2
-
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 ,
-
SYNONYM: APPS.PSP_ADJUSTMENT_LINES_HISTORY
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PSP_ADJUSTMENT_LINES_HISTORY, status:VALID,
-
APPS.PSP_ADJ_DRIVER dependencies on PSP_PRE_GEN_DIST_LINES_HISTORY
12.1.1
-
APPS.PSP_ARCHIVE_RETRIEVE dependencies on PSP_PRE_GEN_DIST_LINES_HISTORY
12.1.1
-
VIEW: APPS.PSP_ADJUSTMENT_COMBO_V
12.1.1
-
APPS.PSP_ARCHIVE_RETRIEVE dependencies on PSP_PRE_GEN_DIST_LINES_HISTORY
12.2.2
-
SYNONYM: APPS.PSP_ADJUSTMENT_LINES_HISTORY
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PSP_ADJUSTMENT_LINES_HISTORY, status:VALID,
-
VIEW: APPS.PSP_REP_DEF_LOV_V
12.1.1
-
APPS.PSP_ADJ_DRIVER dependencies on PSP_PRE_GEN_DIST_LINES_HISTORY
12.2.2
-
VIEW: APPS.PSP_REP_DEF_LOV_V
12.2.2
-
APPS.PSP_CREATE_EFF_REPORTS dependencies on PSP_ADJUSTMENT_LINES
12.2.2
-
APPS.PSP_CREATE_EFF_REPORTS dependencies on PSP_ADJUSTMENT_LINES
12.1.1
-
VIEW: PSP.PSP_ADJUSTMENT_LINES_HISTORY#
12.2.2
owner:PSP, object_type:VIEW, object_name:PSP_ADJUSTMENT_LINES_HISTORY#, status:VALID,
-
VIEW: APPS.PSP_REP_DIST_PRJ_V
12.2.2
-
APPS.PSP_ADJ_DRIVER dependencies on PSP_ADJUSTMENT_LINES
12.1.1
-
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: APPS.PSP_REP_DIST_PRJ_V
12.1.1
-
VIEW: APPS.PSP_REP_DEF_CHG_V
12.2.2
-
VIEW: APPS.PSP_REP_SSP_CHG1_V
12.1.1
-
VIEW: APPS.PSP_REP_SSP_CHG1_V
12.2.2
-
APPS.PSP_ADJ_DRIVER dependencies on PSP_ADJUSTMENT_LINES
12.2.2
-
VIEW: APPS.PSP_REP_DEF_CHG_V
12.1.1
-
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 ,
-
TRIGGER: APPS.PSP_ADJUSTMENT_LINES_HISTO_WHO
12.1.1
owner:APPS, object_type:TRIGGER, object_name:PSP_ADJUSTMENT_LINES_HISTO_WHO, status:VALID,