Search Results okl_ext_ar_line_sources_b
Overview
The OKL_EXT_AR_LINE_SOURCES_B table is a core extension table within the Oracle Lease and Finance Management (OKL) module of Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2. It functions as a detailed child table, extending the functionality of Receivables (AR) transaction lines for complex lease and finance contracts. Its primary role is to store supplementary sourcing and vendor information that is specific to the leasing context but not natively captured in standard Oracle Receivables tables. This enables the integration of detailed asset procurement and subsidy data with the financial invoicing and revenue recognition processes, supporting accurate billing and accounting for leased assets.
Key Information Stored
The table's structure is defined by its primary and foreign key relationships, which indicate the critical data points it manages. The primary key, LINE_EXTENSION_ID, uniquely identifies each extended line record. The foreign keys reveal the table's central purpose: linking a standard contract line item (via KLE_ID to OKC_K_LINES_B) to specific lease-related attributes. Key stored information includes references to the associated header extension record (HEADER_EXTENSION_ID), the classification of the revenue or cost stream (via STY_ID to OKL_STRM_TYPE_B), and crucial vendor identifiers. These vendor links—ASSET_VENDOR_ID and SUBSIDY_VENDOR_ID, both referencing AP_SUPPLIERS—are essential for tracking the asset supplier and any third-party subsidy provider associated with the lease line.
Common Use Cases and Queries
This table is primarily accessed for reporting and data validation in scenarios requiring a consolidated view of lease billing details. A common use case is generating an invoice support report that lists all billed line items alongside their underlying asset vendors. Technical consultants often query this table to troubleshoot issues where vendor information is missing on invoices or to validate data integrity during migrations. A typical SQL pattern involves joining to the contract lines and supplier tables:
- SELECT kll.line_number, sup.vendor_name, ext.*
- FROM okl_ext_ar_line_sources_b ext,
- okc_k_lines_b kll,
- ap_suppliers sup
- WHERE ext.kle_id = kll.id
- AND ext.asset_vendor_id = sup.vendor_id(+);
Another critical use case is during the creation of accounting events, where the stream type (STY_ID) and vendor details from this table may be used to determine the correct accounting rules.
Related Objects
The OKL_EXT_AR_LINE_SOURCES_B table sits at a nexus between contract management, payables, and receivables data. Its documented foreign key relationships are fundamental for any integration or reporting logic.
- OKL_EXT_AR_LINE_SOURCES_B (Self-Reference on HEADER_EXTENSION_ID): Links the line extension records to their parent header extension record, which is stored in the same table structure, forming a header-detail relationship.
- OKC_K_LINES_B (via KLE_ID): The foundational relationship connecting the extension data to the standard contract line in the Contracts Core module.
- OKL_STRM_TYPE_B (via STY_ID): Provides the stream type (e.g., Lease Rental, Interest) classification for the line item, critical for revenue scheduling and accounting.
- AP_SUPPLIERS (via ASSET_VENDOR_ID): Identifies the supplier of the leased asset from the Payables module.
- AP_SUPPLIERS (via SUBSIDY_VENDOR_ID): Identifies a third-party vendor providing a subsidy or incentive related to the lease line.
-
Table: OKL_EXT_AR_LINE_SOURCES_B
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_EXT_AR_LINE_SOURCES_B, object_name:OKL_EXT_AR_LINE_SOURCES_B, status:VALID, product: OKL - Lease and Finance Management , description: Receivables transactions line extension table , implementation_dba_data: OKL.OKL_EXT_AR_LINE_SOURCES_B ,
-
Table: OKL_EXT_AR_LINE_SOURCES_B
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_EXT_AR_LINE_SOURCES_B, object_name:OKL_EXT_AR_LINE_SOURCES_B, status:VALID, product: OKL - Leasing and Finance Management , description: Receivables transactions line extension table , implementation_dba_data: OKL.OKL_EXT_AR_LINE_SOURCES_B ,
-
APPS.OKL_RXL_PVT dependencies on OKL_EXT_AR_LINE_SOURCES_B
12.1.1
-
APPS.OKL_SLA_ACC_SOURCES_PVT dependencies on OKL_EXT_AR_LINE_SOURCES_B
12.2.2
-
APPS.OKL_RXL_PVT dependencies on OKL_EXT_AR_LINE_SOURCES_B
12.1.1
-
APPS.OKL_AR_EXTENSION_PVT dependencies on OKL_EXT_AR_LINE_SOURCES_B
12.1.1
-
APPS.OKL_RXL_PVT dependencies on OKL_EXT_AR_LINE_SOURCES_B
12.2.2
-
APPS.OKL_AR_EXTENSION_PVT dependencies on OKL_EXT_AR_LINE_SOURCES_B
12.2.2
-
APPS.OKL_SLA_ACC_SOURCES_PVT dependencies on OKL_EXT_AR_LINE_SOURCES_B
12.1.1
-
APPS.OKL_RXL_PVT dependencies on OKL_EXT_AR_LINE_SOURCES_B
12.2.2
-
SYNONYM: APPS.OKL_EXT_AR_LINE_SOURCES_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OKL_EXT_AR_LINE_SOURCES_B, status:VALID,
-
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 ,
-
VIEW: APPS.OKL_AR_INV_KHR_IA_REF_VL
12.1.1
-
VIEW: APPS.OKL_AR_INV_KHR_IA_REF_VL
12.2.2
-
SYNONYM: APPS.OKL_EXT_AR_LINE_SOURCES_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKL_EXT_AR_LINE_SOURCES_B, status:VALID,
-
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 ,
-
VIEW: APPS.OKL_AR_ADJ_IA_REF_V
12.1.1
-
VIEW: APPS.OKL_AR_REC_APP_REF_VL
12.2.2
-
VIEW: APPS.OKL_AR_ADJ_KHR_IA_REF_VL
12.2.2
-
VIEW: APPS.OKL_AR_ADJ_KHR_IA_REF_VL
12.1.1
-
VIEW: APPS.OKL_AR_REC_APP_IA_REF_V
12.1.1
-
VIEW: OKL.OKL_EXT_AR_LINE_SOURCES_B#
12.2.2
owner:OKL, object_type:VIEW, object_name:OKL_EXT_AR_LINE_SOURCES_B#, status:VALID,
-
VIEW: APPS.OKL_AR_INV_IA_REF_V
12.2.2
-
VIEW: APPS.OKL_AR_REC_APP_REF_VL
12.1.1
-
VIEW: APPS.OKL_AR_INV_IA_REF_V
12.1.1
-
VIEW: APPS.OKL_AR_ADJ_IA_REF_V
12.2.2
-
VIEW: APPS.OKL_AR_REC_APP_IA_REF_V
12.2.2
-
VIEW: OKL.OKL_EXT_AR_LINE_SOURCES_B#
12.2.2
-
TABLE: OKL.OKL_EXT_AR_LINE_SOURCES_B
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_EXT_AR_LINE_SOURCES_B, object_name:OKL_EXT_AR_LINE_SOURCES_B, status:VALID,
-
VIEW: APPS.OKL_EXT_AR_LINE_SOURCES_V
12.1.1
-
VIEW: APPS.OKL_EXT_AR_LINE_SOURCES_V
12.2.2
-
PACKAGE: APPS.OKL_RXL_PVT
12.2.2
owner:APPS, object_type:PACKAGE, object_name:OKL_RXL_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKL_AR_EXTENSION_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_AR_EXTENSION_PVT, status:VALID,
-
View: OKL_AR_INV_KHR_IA_REF_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_AR_INV_KHR_IA_REF_VL, object_name:OKL_AR_INV_KHR_IA_REF_VL, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_AR_INV_KHR_IA_REF_VL ,
-
PACKAGE BODY: APPS.OKL_AR_EXTENSION_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_AR_EXTENSION_PVT, status:VALID,
-
TABLE: OKL.OKL_EXT_AR_LINE_SOURCES_B
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_EXT_AR_LINE_SOURCES_B, object_name:OKL_EXT_AR_LINE_SOURCES_B, status:VALID,
-
PACKAGE BODY: APPS.OKL_RXL_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_RXL_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKL_RXL_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_RXL_PVT, status:VALID,
-
View: OKL_AR_INV_KHR_IA_REF_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_AR_INV_KHR_IA_REF_VL, object_name:OKL_AR_INV_KHR_IA_REF_VL, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_AR_INV_KHR_IA_REF_VL ,
-
View: OKL_AR_ADJ_KHR_IA_REF_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_AR_ADJ_KHR_IA_REF_VL, object_name:OKL_AR_ADJ_KHR_IA_REF_VL, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_AR_ADJ_KHR_IA_REF_VL ,
-
PACKAGE: APPS.OKL_RXL_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:OKL_RXL_PVT, status:VALID,
-
View: OKL_AR_ADJ_IA_REF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_AR_ADJ_IA_REF_V, object_name:OKL_AR_ADJ_IA_REF_V, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_AR_ADJ_IA_REF_V ,
-
View: OKL_AR_ADJ_KHR_IA_REF_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_AR_ADJ_KHR_IA_REF_VL, object_name:OKL_AR_ADJ_KHR_IA_REF_VL, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_AR_ADJ_KHR_IA_REF_VL ,
-
View: OKL_AR_REC_APP_IA_REF_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_AR_REC_APP_IA_REF_V, object_name:OKL_AR_REC_APP_IA_REF_V, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_AR_REC_APP_IA_REF_V ,
-
VIEW: APPS.OKL_AR_INV_KHR_IA_REF_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_AR_INV_KHR_IA_REF_VL, object_name:OKL_AR_INV_KHR_IA_REF_VL, status:VALID,
-
View: OKL_AR_REC_APP_REF_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_AR_REC_APP_REF_VL, object_name:OKL_AR_REC_APP_REF_VL, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_AR_REC_APP_REF_VL ,
-
View: OKL_AR_REC_APP_REF_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_AR_REC_APP_REF_VL, object_name:OKL_AR_REC_APP_REF_VL, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_AR_REC_APP_REF_VL ,
-
View: OKL_AR_ADJ_IA_REF_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_AR_ADJ_IA_REF_V, object_name:OKL_AR_ADJ_IA_REF_V, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_AR_ADJ_IA_REF_V ,
-
View: OKL_AR_INV_IA_REF_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_AR_INV_IA_REF_V, object_name:OKL_AR_INV_IA_REF_V, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_AR_INV_IA_REF_V ,
-
View: OKL_AR_INV_IA_REF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_AR_INV_IA_REF_V, object_name:OKL_AR_INV_IA_REF_V, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_AR_INV_IA_REF_V ,