Search Results okl_party_payment_hdr
Overview
The OKL_PARTY_PAYMENT_HDR table is a core data object within the Oracle E-Business Suite (EBS) Leasing and Finance Management (OKL) module. It functions as a header-level repository for parameters associated with pass-through line items. In the context of lease contracts, a pass-through represents a cost (such as taxes, insurance, or maintenance) that is billed by the lessor to the lessee. This table serves as a control structure, storing the overarching definitions and rules for these pass-through charges at the individual contract line level. Its existence is critical for enabling the accurate calculation, invoicing, and tracking of pass-through amounts throughout the lifecycle of a lease agreement in both EBS 12.1.1 and 12.2.2.
Key Information Stored
While the provided metadata does not list specific columns beyond key identifiers, the table's primary and foreign key structure reveals its essential data points. The primary key, ID, uniquely identifies each pass-through header record. The table links to three fundamental entities: the lease contract via DNZ_CHR_ID (denormalized contract header ID), the specific contract line item via CLE_ID (linking to OKC_K_LINES_B), and the type of financial stream via PASSTHRU_STREAM_TYPE_ID (linking to OKL_STRM_TYPE_B). This structure indicates the table stores the relationship between a contract line and the configured pass-through stream type applied to it, forming the basis for subsequent detailed payment calculations.
Common Use Cases and Queries
This table is central to processes involving pass-through charge management. Common use cases include generating lessee invoices for pass-through costs, auditing the setup of pass-through terms on a contract line, and running reports to analyze pass-through revenue or expenses. A typical analytical query would join this header to its detail lines and related master data. For example, to list all pass-through setups for a specific contract, one might use a SQL pattern such as:
- SELECT hdr.id, hdr.cle_id, hdr.passthru_stream_type_id, stm.name
- FROM okl_party_payment_hdr hdr,
- okl_strm_type_b stm
- WHERE hdr.passthru_stream_type_id = stm.id
- AND hdr.dnz_chr_id = <contract_id>;
This retrieves the header records and associated stream types for a given lease contract.
Related Objects
The OKL_PARTY_PAYMENT_HDR table is a nexus within a small but critical data model for pass-throughs. Its documented relationships are as follows:
- Referenced Foreign Keys: The table references three parent tables:
- OKC_K_LINES_B (via CLE_ID): The core contract lines table, linking the pass-through header to a specific line item in a lease contract.
- OKL_STRM_TYPE_B (via PASSTHRU_STREAM_TYPE_ID): The streams type definition table, defining the nature (e.g., tax, insurance) and calculation rules for the pass-through.
- Self-Reference (via DNZ_CHR_ID): Denormalized contract header identifier for partitioning or performance.
- Referencing Foreign Key: The table is the parent to one key child table:
- OKL_PARTY_PAYMENT_DTLS (via PAYMENT_HDR_ID): This detail table stores the individual payment schedules or instances calculated based on the parameters defined in this header.
-
Table: OKL_PARTY_PAYMENT_HDR
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_PARTY_PAYMENT_HDR, object_name:OKL_PARTY_PAYMENT_HDR, status:VALID, product: OKL - Lease and Finance Management , description: Header table to store pass through line level parameters , implementation_dba_data: OKL.OKL_PARTY_PAYMENT_HDR ,
-
View: OKL_PARTY_PAYMENT_HDR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_PARTY_PAYMENT_HDR_V, object_name:OKL_PARTY_PAYMENT_HDR_V, status:VALID, product: OKL - Lease and Finance Management , description: Entity view on OKL_PARTY_PAYMENT_HDR , implementation_dba_data: APPS.OKL_PARTY_PAYMENT_HDR_V ,
-
Table: OKL_PARTY_PAYMENT_HDR_H
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_PARTY_PAYMENT_HDR_H, object_name:OKL_PARTY_PAYMENT_HDR_H, status:VALID, product: OKL - Lease and Finance Management , description: History table for okl_party_payment_hdr to store pass through line level parameters , implementation_dba_data: OKL.OKL_PARTY_PAYMENT_HDR_H ,
-
Table: OKL_PARTY_PAYMENT_DTLS
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_PARTY_PAYMENT_DTLS, object_name:OKL_PARTY_PAYMENT_DTLS, status:VALID, product: OKL - Lease and Finance Management , description: Party payment details table , implementation_dba_data: OKL.OKL_PARTY_PAYMENT_DTLS ,
-
View: OKL_LA_PASSTHROUGH_HDR_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_LA_PASSTHROUGH_HDR_UV, object_name:OKL_LA_PASSTHROUGH_HDR_UV, status:VALID, product: OKL - Lease and Finance Management , description: Passthrough fee user interface view capturing basic passthrough information , implementation_dba_data: APPS.OKL_LA_PASSTHROUGH_HDR_UV ,
-
View: OKL_LA_VENDOR_PAYMENTS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_LA_VENDOR_PAYMENTS_UV, object_name:OKL_LA_VENDOR_PAYMENTS_UV, status:VALID, product: OKL - Lease and Finance Management , description: User interface view that displays payment information for a context vendor , implementation_dba_data: APPS.OKL_LA_VENDOR_PAYMENTS_UV ,
-
Table: OKL_STRM_TYPE_B
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_STRM_TYPE_B, object_name:OKL_STRM_TYPE_B, status:VALID, product: OKL - Lease and Finance Management , description: Holds the definition of payment types. , implementation_dba_data: OKL.OKL_STRM_TYPE_B ,
-
View: OKL_PSTHRU_BASE_PMNT_DTL_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_PSTHRU_BASE_PMNT_DTL_UV, object_name:OKL_PSTHRU_BASE_PMNT_DTL_UV, status:VALID, product: OKL - Lease and Finance Management , description: User Interface view for passthrough base term related pages , implementation_dba_data: APPS.OKL_PSTHRU_BASE_PMNT_DTL_UV ,
-
View: OKL_PSTHRU_EVRGRN_PMNT_DTL_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_PSTHRU_EVRGRN_PMNT_DTL_UV, object_name:OKL_PSTHRU_EVRGRN_PMNT_DTL_UV, status:VALID, product: OKL - Lease and Finance Management , description: User Interface view for passthrough evergreen term related pages , implementation_dba_data: APPS.OKL_PSTHRU_EVRGRN_PMNT_DTL_UV ,