Search Results okl_ext_pay_invs_b
Overview
The table OKL_EXT_PAY_INVS_B serves as a core data structure within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, specifically for the Leasing and Finance Management (OKL) product module. Its primary function is to store header-level information for invoices that have been exported from the leasing system to Oracle Payables (AP) for payment processing. This table acts as a critical integration point, ensuring a reliable audit trail and data consistency between the specialized leasing operations managed in OKL and the centralized financial processing handled in AP. The "B" suffix indicates it is the base table for the entity, typically housing the core transactional columns.
Key Information Stored
While the provided ETRM metadata does not list specific columns, the table's description and primary key definition allow for a logical deduction of its core data elements. The primary key is a single column named ID, which uniquely identifies each exported invoice header record. Based on its role, the table likely contains critical attributes such as the invoice number, the associated lease contract or transaction identifier from OKL, the total invoice amount, the export date and status, and a reference to the corresponding invoice created in the AP_INVOICES_ALL table. It functions as the master record that links the leasing source document to its payable counterpart.
Common Use Cases and Queries
The primary use case for this table is tracking and reconciling the flow of payable invoices originating from leasing contracts. Common operational and reporting queries involve identifying invoices pending export, confirming successful export, and troubleshooting mismatches between systems. A typical query would join this header table to its related lines or the AP interface tables. For example, to verify the export status of invoices for a specific contract, a query might filter on a contract identifier column and the export status. Reporting use cases include generating audit reports of all AP exports from leasing over a period or analyzing the volume and value of exported payables.
Related Objects
The documented foreign key relationship explicitly defines this table's primary integration within the OKL module. The table is directly referenced by one other object:
- Table: OKL_XTL_PAY_INVS_B - This table references OKL_EXT_PAY_INVS_B via the foreign key column
XPI_ID_DETAILS. This relationship establishes that OKL_XTL_PAY_INVS_B contains detail lines (e.g., individual charge items) for the invoice header stored in OKL_EXT_PAY_INVS_B. The join condition isOKL_XTL_PAY_INVS_B.XPI_ID_DETAILS = OKL_EXT_PAY_INVS_B.ID. While not listed in the provided excerpt, this table would also have an indirect relationship to the AP module's invoice tables through a foreign key column, such asAP_INVOICE_ID.
-
Table: OKL_EXT_PAY_INVS_B
12.2.2
product: OKL - Lease and Finance Management , description: Header information about invoices exported to AP , implementation_dba_data: Not implemented in this database ,
-
Table: OKL_EXT_PAY_INVS_TL
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_EXT_PAY_INVS_TL, object_name:OKL_EXT_PAY_INVS_TL, status:VALID, product: OKL - Lease and Finance Management , description: Translatable columns from OKL_EXT_PAY_INVS_B, per MLS standards , implementation_dba_data: OKL.OKL_EXT_PAY_INVS_TL ,
-
Table: OKL_XTL_PAY_INVS_B
12.2.2
product: OKL - Lease and Finance Management , description: Stores information used to create invoice distributions , implementation_dba_data: Not implemented in this database ,
-
View: OKL_EXT_PAY_INVS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_EXT_PAY_INVS_V, object_name:OKL_EXT_PAY_INVS_V, status:VALID, product: OKL - Lease and Finance Management , description: Header information about invoices exported to AP , implementation_dba_data: APPS.OKL_EXT_PAY_INVS_V ,