Search Results distribution_line_id
Overview
The PSP_DISTRIBUTION_LINES_ARCH table is a core data object within the Oracle E-Business Suite (EBS) Labor Distribution module (PSP). It serves as the historical archive for distribution lines, which are the detailed accounting breakdowns of labor costs. When distribution lines are modified, purged, or otherwise processed out of the primary transactional table (PSP_DISTRIBUTION_LINES), their historical records are preserved in this archive. This table is critical for maintaining a complete audit trail of labor cost allocations over time, supporting compliance, historical reporting, and reconciliation processes without cluttering active transactional tables.
Key Information Stored
The table's primary purpose is to store a historical snapshot of distribution line details. While the full column list is not provided in the excerpt, the structure is centered on the DISTRIBUTION_LINE_ID column, which is the table's primary key. This identifier uniquely defines each archived record. Typically, an archive table like this would also contain all the critical data from the original distribution line, such as the assignment ID, project accounting date, GL code combination (account), percentage or amount of distribution, and the source batch information. Crucially, it would also include metadata about the archival event itself, such as the archive date or the process that triggered the move from the live table.
Common Use Cases and Queries
The primary use case is auditing and historical reporting on labor cost distributions. Financial auditors may query this table to verify the complete history of cost allocations for a specific project or employee. Another common scenario is troubleshooting, where analysts need to reconstruct the state of distributions at a past point in time. A typical query pattern involves filtering by the source assignment or project to see all historical distributions.
Sample Query Pattern:
SELECT * FROM PSP.PSP_DISTRIBUTION_LINES_ARCH WHERE DISTRIBUTION_LINE_ID = :1;
This query retrieves the full archived record for a specific distribution line, which is essential for detailed audit inquiries. For broader analysis, queries often join to related project or assignment tables using foreign keys to provide context like employee name or project number.
Related Objects
Based on the provided relationship data, the table has a defined primary key constraint (PSP_DISTRIBUTION_LINES_ARCH_PK) on the DISTRIBUTION_LINE_ID column. The most direct relationship is with the active transactional table, PSP_DISTRIBUTION_LINES, from which records are sourced. The DISTRIBUTION_LINE_ID in the archive table would typically correspond to the same ID in the live table before archival. Other related objects would include the core labor distribution setup and transaction tables, such as PSP_ASSIGNMENTS and PSP_PAYROLL_DISTRIBUTIONS, which provide the source context for the archived distribution lines. Reports and interfaces that pull historical labor data will reference this archive table.
-
Table: PSP_DISTRIBUTION_LINES_ARCH
12.1.1
owner:PSP, object_type:TABLE, fnd_design_data:PSP.PSP_DISTRIBUTION_LINES_ARCH, object_name:PSP_DISTRIBUTION_LINES_ARCH, status:VALID, product: PSP - Labor Distribution , description: Stores archived Distribution Lines History , implementation_dba_data: PSP.PSP_DISTRIBUTION_LINES_ARCH ,
-
Table: PSP_DISTRIBUTION_LINES_ARCH
12.2.2
owner:PSP, object_type:TABLE, fnd_design_data:PSP.PSP_DISTRIBUTION_LINES_ARCH, object_name:PSP_DISTRIBUTION_LINES_ARCH, status:VALID, product: PSP - Labor Distribution , description: Stores archived Distribution Lines History , implementation_dba_data: PSP.PSP_DISTRIBUTION_LINES_ARCH ,
-
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_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 ,
-
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_GENERATE_COST_DIST_LINES
12.1.1
product: PSP - Labor Distribution , description: PSPBV_GENERATE_COST_DIST_LINES displays information about cost distribution lines generated in Labor Distribution. , implementation_dba_data: Not implemented in this database ,
-
View: PSPBV_GENERATE_COST_DIST_LINES
12.2.2
product: PSP - Labor Distribution , description: PSPBV_GENERATE_COST_DIST_LINES displays information about cost distribution lines generated in Labor Distribution. , implementation_dba_data: Not implemented in this database ,
-
View: PSP_DISTRIBUTION_LINES_C_V
12.2.2
product: PSP - Labor Distribution , description: Shows distribution lines that are for credit , implementation_dba_data: Not implemented in this database ,
-
View: PSP_SUMMARY_DISTRIB_D_V
12.2.2
product: PSP - Labor Distribution , description: Shows summary lines and distribution lines that are for debit , implementation_dba_data: Not implemented in this database ,
-
View: PSPBV_GENERATED_DIST_HISTORIES
12.2.2
product: PSP - Labor Distribution , description: PSPBV_GENERATED_DIST_HISTORIES displays the distributed Oracle Payroll and non-Oracle payroll sublines that are successfully transferred to General Ledger and Grants Management. , implementation_dba_data: Not implemented in this database ,
-
View: PSP_DISTRIBUTION_LINES_D_V
12.1.1
product: PSP - Labor Distribution , description: Shows distribution lines that are for debit , implementation_dba_data: Not implemented in this database ,
-
View: PSP_SUMMARY_DISTRIB_D_V
12.1.1
product: PSP - Labor Distribution , description: Shows summary lines and distribution lines that are for debit , implementation_dba_data: Not implemented in this database ,
-
View: PSP_SUMMARY_DISTRIB_C_V
12.1.1
product: PSP - Labor Distribution , description: Shows summary lines and distribution lines that are for credit , implementation_dba_data: Not implemented in this database ,
-
View: PSP_SUMMARY_DISTRIB_C_V
12.2.2
product: PSP - Labor Distribution , description: Shows summary lines and distribution lines that are for credit , implementation_dba_data: Not implemented in this database ,
-
View: PSP_DISTRIBUTION_LINES_D_V
12.2.2
product: PSP - Labor Distribution , description: Shows distribution lines that are for debit , implementation_dba_data: Not implemented in this database ,
-
View: PSP_DISTRIBUTION_LINES_C_V
12.1.1
product: PSP - Labor Distribution , description: Shows distribution lines that are for credit , implementation_dba_data: Not implemented in this database ,
-
View: PSPBV_GENERATED_DIST_HISTORIES
12.1.1
product: PSP - Labor Distribution , description: PSPBV_GENERATED_DIST_HISTORIES displays the distributed Oracle Payroll and non-Oracle payroll sublines that are successfully transferred to General Ledger and Grants Management. , implementation_dba_data: Not implemented in this database ,
-
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: 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_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: PSPFV_GENERATED_DIST_HISTORIES
12.2.2
product: PSP - Labor Distribution , implementation_dba_data: Not implemented in this database ,
-
View: PSPFV_GENERATE_COST_DIST_LINES
12.2.2
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.1.1
product: PSP - Labor Distribution , implementation_dba_data: Not implemented in this database ,