Search Results default_org_account_id
Overview
The PSP_DISTRIBUTION_LINES_HISTORY table resides in the PSP schema and belongs to the Labor Distribution module of Oracle E-Business Suite, applicable to releases 12.1.1 and 12.2.2. It stores distributed Oracle and non-Oracle payroll sublines that have not yet been transferred to General Ledger or Grants Accounting. As an intermediate staging structure, it captures the outcome of the labor distribution process — including defaulted, suspense, and adjusted charges — prior to final accounting transfer and reconciliation.
From a dimensional modeling perspective, the metadata's heuristic Data Vault classification is link. This classification is suggested because the table's structure resolves relationships among payroll sublines, summary lines, schedule lines, element accounts, effort reports, and accounting sets of books, rather than functioning as a standalone hub or a purely descriptive satellite. Modelers designing a warehouse layer may therefore treat it as a transactional link between payroll and accounting entities.
Key Information Stored
The table contains 48 documented columns. The surrogate primary key is DISTRIBUTION_LINE_ID, enforced by PSP_DISTRIBUTION_LINES_HIST_PK and mirrored in the unique index PSP_DISTRIBUTION_LINES_HIST_U1. The most significant columns include:
- DISTRIBUTION_LINE_ID — surrogate primary key and business-key candidate for each distribution record.
- DISTRIBUTION_DATE and EFFECTIVE_DATE — effective dating for the distributed charge.
- DISTRIBUTION_AMOUNT — the monetary value being distributed.
- STATUS_CODE, DEFAULT_REASON_CODE, and SUSPENSE_REASON_CODE — status and the reasons a line was defaulted or placed in suspense.
- PAYROLL_SUB_LINE_ID — link to the originating payroll subline in PSP_PAYROLL_SUB_LINES.
- SUMMARY_LINE_ID and SCHEDULE_LINE_ID — links to summary and labor schedule lines.
- ELEMENT_ACCOUNT_ID and EFFORT_REPORT_ID — element account and effort reporting linkage (with VERSION_NUM).
- SET_OF_BOOKS_ID — the ledger targeted for transfer.
- GL_PROJECT_FLAG, REVERSAL_ENTRY_FLAG, and INCLUDE_IN_ER_FLAG — accounting and effort-reporting indicators.
- ATTRIBUTE1 through ATTRIBUTE10 and ATTRIBUTE_CATEGORY — descriptive flexfield segments.
Salary-cap and suspense handling columns, including CAP_EXCESS_DIST_LINE_ID, CAP_EXCESS_GLCCID, ANNUAL_SALARY_CAP, SUSPENSE_AUTO_GLCCID, and ADJ_ACCOUNT_FLAG, support exception processing for capped and adjusted distributions.
Common Use Cases and Queries
Labor distribution administrators and grants accountants query this table to identify undistributed or suspense amounts, verify the accounting entries awaiting transfer, and reconcile payroll costs against effort reporting. A typical diagnostic query lists lines that have not been transferred, filtered by status and reason code:
- SELECT distribution_line_id, payroll_sub_line_id, distribution_amount, status_code, suspense_reason_code FROM psp_distribution_lines_history WHERE status_code = :p_status;
- Join to PSP_PAYROLL_SUB_LINES on PAYROLL_SUB_LINE_ID to trace distribution back to source payroll.
- Join to GL_SETS_OF_BOOKS on SET_OF_BOOKS_ID to group undistributed amounts by ledger.
- Filter on EFFORT_REPORT_ID and VERSION_NUM to analyze effort-report-driven adjustments.
- Aggregate DISTRIBUTION_AMOUNT by DEFAULT_REASON_CODE or SUSPENSE_REASON_CODE to quantify exception volumes.
Reporting use cases include pre-transfer distribution audits, suspense clearing analysis, salary-cap excess reporting, and reconciliation of ledger transfer batches identified by ADJUSTMENT_BATCH_NAME.
Related Objects
The table is densely linked through foreign keys to core Labor Distribution and General Ledger objects:
- PSP_PAYROLL_SUB_LINES — via PAYROLL_SUB_LINE_ID; the source payroll sublines being distributed.
- PSP_SUMMARY_LINES — via SUMMARY_LINE_ID; summarized distribution detail.
- PSP_SCHEDULE_LINES and PSP_DEFAULT_LABOR_SCHEDULES — via SCHEDULE_LINE_ID and ORG_SCHEDULE_ID; labor schedule definitions.
- PSP_ELEMENT_TYPE_ACCOUNTS — via ELEMENT_ACCOUNT_ID; element-level accounting rules.
- PSP_EFFORT_REPORTS — via EFFORT_REPORT_ID and VERSION_NUM; effort certification linkage.
- GL_SETS_OF_BOOKS — via SET_OF_BOOKS_ID; target ledger for accounting transfer.
- HR_ALL_ORGANIZATION_UNITS — via BUSINESS_GROUP_ID; the business group context.
Together these relationships position PSP_DISTRIBUTION_LINES_HISTORY as the pivotal link between payroll cost origination and downstream General Ledger or Grants Accounting transfer.
-
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 ,
-
Table: PSP_ENC_LINES_ARCH
12.2.2
owner:PSP, object_type:TABLE, fnd_design_data:PSP.PSP_ENC_LINES_ARCH, object_name:PSP_ENC_LINES_ARCH, status:VALID, product: PSP - Labor Distribution , description: Stores archived Encumbrance Lines from the Encumbrance Lines History , implementation_dba_data: PSP.PSP_ENC_LINES_ARCH ,
-
Table: PSP_ENC_LINES_HISTORY
12.1.1
owner:PSP, object_type:TABLE, fnd_design_data:PSP.PSP_ENC_LINES_HISTORY, object_name:PSP_ENC_LINES_HISTORY, status:VALID, product: PSP - Labor Distribution , description: Stores successful encumbrance lines transferred to General Ledger and Grants Accounting , implementation_dba_data: PSP.PSP_ENC_LINES_HISTORY ,
-
Table: PSP_ENC_LINES_ARCH
12.1.1
owner:PSP, object_type:TABLE, fnd_design_data:PSP.PSP_ENC_LINES_ARCH, object_name:PSP_ENC_LINES_ARCH, status:VALID, product: PSP - Labor Distribution , description: Stores archived Encumbrance Lines from the Encumbrance Lines History , implementation_dba_data: PSP.PSP_ENC_LINES_ARCH ,
-
Table: PSP_ENC_LINES_HISTORY
12.2.2
owner:PSP, object_type:TABLE, fnd_design_data:PSP.PSP_ENC_LINES_HISTORY, object_name:PSP_ENC_LINES_HISTORY, status:VALID, product: PSP - Labor Distribution , description: Stores successful encumbrance lines transferred to General Ledger and Grants Accounting , implementation_dba_data: PSP.PSP_ENC_LINES_HISTORY ,
-
Table: PSP_ENC_LINES
12.2.2
owner:PSP, object_type:TABLE, fnd_design_data:PSP.PSP_ENC_LINES, object_name:PSP_ENC_LINES, status:VALID, product: PSP - Labor Distribution , description: Stores encumbrance lines created by the Create Encumbrance and Update Encumbrance processes , implementation_dba_data: PSP.PSP_ENC_LINES ,
-
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_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_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_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_ENC_LINES
12.1.1
owner:PSP, object_type:TABLE, fnd_design_data:PSP.PSP_ENC_LINES, object_name:PSP_ENC_LINES, status:VALID, product: PSP - Labor Distribution , description: Stores encumbrance lines created by the Create Encumbrance and Update Encumbrance processes , implementation_dba_data: PSP.PSP_ENC_LINES ,
-
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: PSPBV_ENC_LINES_HISTORY
12.2.2
product: PSP - Labor Distribution , implementation_dba_data: Not implemented in this database ,
-
View: PSPBV_ENC_LINES
12.1.1
product: PSP - Labor Distribution , implementation_dba_data: Not implemented in this database ,
-
View: PSPBV_ENC_LINES
12.2.2
product: PSP - Labor Distribution , implementation_dba_data: Not implemented in this database ,
-
View: PSPBV_ENC_LINES_HISTORY
12.1.1
product: PSP - Labor Distribution , 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_ENC_DEF_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PSP.PSP_REP_ENC_DEF_V, object_name:PSP_REP_ENC_DEF_V, status:VALID, product: PSP - Labor Distribution , description: based on the PSP_ENC_LINES and HISTORY table used in the Encumbrance Default Usage Report , implementation_dba_data: APPS.PSP_REP_ENC_DEF_V ,
-
View: PSP_REP_ENC_DEF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSP.PSP_REP_ENC_DEF_V, object_name:PSP_REP_ENC_DEF_V, status:VALID, product: PSP - Labor Distribution , description: based on the PSP_ENC_LINES and HISTORY table used in the Encumbrance Default Usage Report , implementation_dba_data: APPS.PSP_REP_ENC_DEF_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 ,
-
View: PSPFV_ENC_LINES_HISTORY
12.1.1
product: PSP - Labor Distribution , implementation_dba_data: Not implemented in this database ,
-
View: PSPFV_ENC_LINES
12.2.2
product: PSP - Labor Distribution , implementation_dba_data: Not implemented in this database ,
-
View: PSPFV_ENC_LINES
12.1.1
product: PSP - Labor Distribution , implementation_dba_data: Not implemented in this database ,
-
View: PSPFV_ENC_LINES_HISTORY
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_DIST_ORG_V
12.2.2
product: PSP - Labor Distribution , implementation_dba_data: Not implemented in this database ,