Search Results okl_ext_ap_line_sources_b
Overview
The table OKL_OKL_EXT_AP_LINE_SOURCES_B is a core extension table within the Oracle E-Business Suite (EBS) Leasing and Finance Management (OKL) module. It functions as a detailed repository for line-level information that extends standard Oracle Payables (AP) transaction data. Its primary role is to capture and maintain the specific leasing and financial attributes associated with individual invoice lines, linking them to the broader leasing contract structures managed within OKL. This table is essential for integrating procurement and payables processes with complex lease accounting and asset management workflows, ensuring financial data integrity across modules.
Key Information Stored
The table's structure is defined by its primary and foreign keys, which dictate the critical data it holds. The primary identifier is the LINE_EXTENSION_ID. The most significant columns are foreign keys that establish essential relationships: HEADER_EXTENSION_ID links the line to its parent extension record in OKL_EXT_AP_HEADER_SOURCES_B. The KLE_ID column is a crucial link to the contract line in the OKC_K_LINES_B table, connecting the payable item directly to a specific line of a leasing contract. The STY_ID column references the stream type (OKL_STRM_TYPE_B), classifying the nature of the payment stream (e.g., rent, maintenance). Finally, the ASSET_VENDOR_ID links to the AP_SUPPLIERS table, identifying the vendor associated with the leased asset or service.
Common Use Cases and Queries
This table is central to reporting and reconciliation tasks between Payables and Leasing. A common use case is tracing payables invoice lines back to their originating lease contract lines for audit purposes or to validate payment terms. Another scenario involves generating reports on vendor payments categorized by lease stream type. A typical analytical query would join this table to contract and supplier information:
- SELECT lns.kle_id, lns.sty_id, sup.vendor_name, hdr.invoice_id FROM okl_ext_ap_line_sources_b lns JOIN okl_ext_ap_header_sources_b hdr ON lns.header_extension_id = hdr.header_extension_id JOIN ap_suppliers sup ON lns.asset_vendor_id = sup.vendor_id WHERE hdr.invoice_date BETWEEN :p_start_date AND :p_end_date;
Data in this table is primarily created and maintained by the application's internal APIs and integration flows when payables invoices are interfaced or created in conjunction with lease contracts.
Related Objects
OKL_EXT_AP_LINE_SOURCES_B is a child table with defined foreign key relationships to several key EBS objects, as documented in the ETRM metadata:
- OKL_EXT_AP_HEADER_SOURCES_B: Joined via HEADER_EXTENSION_ID. This is the parent header extension table for the payables transaction.
- OKC_K_LINES_B: Joined via KLE_ID. This links the payable line to the specific contract line in the Contracts Core module.
- OKL_STRM_TYPE_B: Joined via STY_ID. This provides the stream type classification for the payment.
- AP_SUPPLIERS: Joined via ASSET_VENDOR_ID. This provides the vendor details for the asset or service being invoiced.
The primary key constraint OKL_EXT_AP_LINE_SOURCES_B_PK on LINE_EXTENSION_ID ensures uniqueness for each record in this table.
-
Table: OKL_EXT_AP_LINE_SOURCES_B
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_EXT_AP_LINE_SOURCES_B, object_name:OKL_EXT_AP_LINE_SOURCES_B, status:VALID, product: OKL - Leasing and Finance Management , description: Payables transactions line extension table , implementation_dba_data: OKL.OKL_EXT_AP_LINE_SOURCES_B ,
-
Table: OKL_EXT_AP_LINE_SOURCES_B
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_EXT_AP_LINE_SOURCES_B, object_name:OKL_EXT_AP_LINE_SOURCES_B, status:VALID, product: OKL - Lease and Finance Management , description: Payables transactions line extension table , implementation_dba_data: OKL.OKL_EXT_AP_LINE_SOURCES_B ,
-
APPS.OKL_PXL_PVT dependencies on OKL_EXT_AP_LINE_SOURCES_B
12.1.1
-
APPS.OKL_PXL_PVT dependencies on OKL_EXT_AP_LINE_SOURCES_B
12.1.1
-
APPS.OKL_SLA_ACC_SOURCES_PVT dependencies on OKL_EXT_AP_LINE_SOURCES_B
12.2.2
-
APPS.OKL_AP_EXTENSION_PVT dependencies on OKL_EXT_AP_LINE_SOURCES_B
12.2.2
-
APPS.OKL_SLA_ACC_SOURCES_PVT dependencies on OKL_EXT_AP_LINE_SOURCES_B
12.1.1
-
APPS.OKL_AP_EXTENSION_PVT dependencies on OKL_EXT_AP_LINE_SOURCES_B
12.1.1
-
APPS.OKL_PXL_PVT dependencies on OKL_EXT_AP_LINE_SOURCES_B
12.2.2
-
APPS.OKL_PXL_PVT dependencies on OKL_EXT_AP_LINE_SOURCES_B
12.2.2
-
SYNONYM: APPS.OKL_EXT_AP_LINE_SOURCES_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OKL_EXT_AP_LINE_SOURCES_B, status:VALID,
-
SYNONYM: APPS.OKL_EXT_AP_LINE_SOURCES_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKL_EXT_AP_LINE_SOURCES_B, status:VALID,
-
VIEW: APPS.OKL_AP_REF_VL
12.2.2
-
VIEW: OKL.OKL_EXT_AP_LINE_SOURCES_B#
12.2.2
owner:OKL, object_type:VIEW, object_name:OKL_EXT_AP_LINE_SOURCES_B#, status:VALID,
-
VIEW: APPS.OKL_AP_PAYMENTS_REF_VL
12.1.1
-
VIEW: APPS.OKL_AP_IA_REF_V
12.1.1
-
VIEW: APPS.OKL_AP_REF_VL
12.1.1
-
VIEW: APPS.OKL_AP_IA_REF_V
12.2.2
-
VIEW: APPS.OKL_AP_PAYMENTS_REF_VL
12.2.2
-
VIEW: APPS.OKL_AP_PAYMENTS_IA_REF_V
12.2.2
-
VIEW: APPS.OKL_AP_PAYMENTS_IA_REF_V
12.1.1
-
VIEW: APPS.OKL_EXT_AP_LINE_SOURCES_V
12.1.1
-
VIEW: OKL.OKL_EXT_AP_LINE_SOURCES_B#
12.2.2
-
VIEW: APPS.OKL_EXT_AP_LINE_SOURCES_V
12.2.2
-
Table: OKL_EXT_AP_HEADER_SOURCES_B
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_EXT_AP_HEADER_SOURCES_B, object_name:OKL_EXT_AP_HEADER_SOURCES_B, status:VALID, product: OKL - Lease and Finance Management , description: Payables transactions header extension table , implementation_dba_data: OKL.OKL_EXT_AP_HEADER_SOURCES_B ,
-
TABLE: OKL.OKL_EXT_AP_LINE_SOURCES_B
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_EXT_AP_LINE_SOURCES_B, object_name:OKL_EXT_AP_LINE_SOURCES_B, status:VALID,
-
Table: OKL_EXT_AP_HEADER_SOURCES_B
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_EXT_AP_HEADER_SOURCES_B, object_name:OKL_EXT_AP_HEADER_SOURCES_B, status:VALID, product: OKL - Leasing and Finance Management , description: Payables transactions header extension table , implementation_dba_data: OKL.OKL_EXT_AP_HEADER_SOURCES_B ,
-
View: OKL_AP_REF_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_AP_REF_VL, object_name:OKL_AP_REF_VL, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_AP_REF_VL ,
-
View: OKL_AP_REF_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_AP_REF_VL, object_name:OKL_AP_REF_VL, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_AP_REF_VL ,
-
Table: AP_SUPPLIERS
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_SUPPLIERS, object_name:AP_SUPPLIERS, status:VALID, product: AP - Payables , description: AP_SUPPLIERS stores information about your supplier level attributes. , implementation_dba_data: AP.AP_SUPPLIERS ,
-
TABLE: OKL.OKL_EXT_AP_LINE_SOURCES_B
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_EXT_AP_LINE_SOURCES_B, object_name:OKL_EXT_AP_LINE_SOURCES_B, status:VALID,
-
PACKAGE BODY: APPS.OKL_PXL_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_PXL_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKL_AP_EXTENSION_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_AP_EXTENSION_PVT, status:VALID,
-
View: OKL_AP_IA_REF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_AP_IA_REF_V, object_name:OKL_AP_IA_REF_V, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_AP_IA_REF_V ,
-
Table: AP_SUPPLIERS
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_SUPPLIERS, object_name:AP_SUPPLIERS, status:VALID, product: AP - Payables , description: AP_SUPPLIERS stores information about your supplier level attributes. , implementation_dba_data: AP.AP_SUPPLIERS ,
-
PACKAGE BODY: APPS.OKL_AP_EXTENSION_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_AP_EXTENSION_PVT, status:VALID,
-
View: OKL_AP_PAYMENTS_REF_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_AP_PAYMENTS_REF_VL, object_name:OKL_AP_PAYMENTS_REF_VL, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_AP_PAYMENTS_REF_VL ,
-
PACKAGE: APPS.OKL_PXL_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:OKL_PXL_PVT, status:VALID,
-
PACKAGE: APPS.OKL_PXL_PVT
12.2.2
owner:APPS, object_type:PACKAGE, object_name:OKL_PXL_PVT, status:VALID,
-
View: OKL_AP_PAYMENTS_IA_REF_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_AP_PAYMENTS_IA_REF_V, object_name:OKL_AP_PAYMENTS_IA_REF_V, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_AP_PAYMENTS_IA_REF_V ,
-
PACKAGE BODY: APPS.OKL_PXL_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_PXL_PVT, status:VALID,
-
View: OKL_AP_IA_REF_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_AP_IA_REF_V, object_name:OKL_AP_IA_REF_V, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_AP_IA_REF_V ,
-
VIEW: APPS.OKL_AP_PAYMENTS_REF_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_AP_PAYMENTS_REF_VL, object_name:OKL_AP_PAYMENTS_REF_VL, status:VALID,
-
View: OKL_AP_PAYMENTS_REF_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_AP_PAYMENTS_REF_VL, object_name:OKL_AP_PAYMENTS_REF_VL, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_AP_PAYMENTS_REF_VL ,
-
View: OKL_AP_PAYMENTS_IA_REF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_AP_PAYMENTS_IA_REF_V, object_name:OKL_AP_PAYMENTS_IA_REF_V, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_AP_PAYMENTS_IA_REF_V ,
-
VIEW: APPS.OKL_AP_PAYMENTS_REF_V
12.1.1
-
VIEW: APPS.OKL_AP_REF_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_AP_REF_VL, object_name:OKL_AP_REF_VL, status:VALID,
-
VIEW: APPS.OKL_AP_PAYMENTS_REF_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_AP_PAYMENTS_REF_VL, object_name:OKL_AP_PAYMENTS_REF_VL, status:VALID,
-
VIEW: APPS.OKL_AP_PAYMENTS_REF_V
12.2.2
-
Table: OKL_STRM_TYPE_B
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_STRM_TYPE_B, object_name:OKL_STRM_TYPE_B, status:VALID, product: OKL - Leasing and Finance Management , description: Holds the definition of payment types. , implementation_dba_data: OKL.OKL_STRM_TYPE_B ,