Search Results okl_txl_extension_b
Overview
The OKL_TXL_EXTENSION_B table is a core data object within the Oracle E-Business Suite (EBS) Leasing and Finance Management (OKL) module. It functions as a lease transaction lines extension table, providing a structured repository for supplementary attributes and details associated with individual lease transaction lines. This table is integral to the transactional data model of the leasing application, enabling the capture of extended information beyond the standard line-level data. Its role is to support complex leasing operations by storing critical vendor and subsidy-related details that are essential for accurate financial tracking, vendor management, and subsidy processing within lease contracts.
Key Information Stored
The table's primary key is the LINE_EXTENSION_ID, which uniquely identifies each extension record. Based on the documented foreign key relationships, the table stores several key pieces of information that link the lease transaction line to other EBS entities. The TEH_ID column establishes a relationship within the extension hierarchy itself. Crucially, the table holds vendor identifiers: the VENDOR_SITE_ID links to a specific supplier site in the AP_SUPPLIER_SITES_ALL table, while the SUBSIDY_VENDOR_ID and ASSET_VENDOR_ID columns link to supplier master records in the AP_SUPPLIERS table. These columns are fundamental for associating lease transaction lines with the correct vendors for subsidy payments and asset procurement.
Common Use Cases and Queries
A primary use case is generating reports or building interfaces that require a consolidated view of lease transaction lines along with their associated vendor details. For instance, a report to audit all subsidy-related transactions would join this table to the core transaction line table and the supplier master. A common query pattern involves fetching vendor information for a specific lease line. The following SQL exemplifies this, joining to the relevant AP tables:
- SELECT txl.line_id, ext.SUBSIDY_VENDOR_ID, sup.VENDOR_NAME FROM OKL_TXL_EXTENSION_B ext, AP_SUPPLIERS sup, [Core_Transaction_Line_Table] txl WHERE ext.SUBSIDY_VENDOR_ID = sup.VENDOR_ID(+) AND ext.LINE_EXTENSION_ID = txl.LINE_EXTENSION_ID;
This table is also critical during the processing of vendor payments for subsidies or during the asset procurement lifecycle, where the system references the stored vendor IDs to populate payment documents or asset records.
Related Objects
The OKL_TXL_EXTENSION_B table has defined relationships with several key EBS tables, primarily within the Payables and Leasing modules. The documented foreign keys are:
- AP_SUPPLIER_SITES_ALL: Linked via the VENDOR_SITE_ID column. This joins lease transaction line extensions to the physical or remit-to address of a supplier.
- AP_SUPPLIERS (Two Relationships): Linked via the SUBSIDY_VENDOR_ID and ASSET_VENDOR_ID columns. These relationships connect the lease line to the master supplier records for the entities providing subsidies and selling the leased asset, respectively.
- Self-Referential Relationship: The TEH_ID column references the same table (OKL_TXL_EXTENSION_B), indicating a potential hierarchical structure within the extension data itself.
This table is typically a child of a core lease transaction line table (not explicitly named in the metadata) via the LINE_EXTENSION_ID, which serves as the primary key for this extension entity.
-
Table: OKL_TXL_EXTENSION_B
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_TXL_EXTENSION_B, object_name:OKL_TXL_EXTENSION_B, status:VALID, product: OKL - Lease and Finance Management , description: Lease transaction lines extension table , implementation_dba_data: OKL.OKL_TXL_EXTENSION_B ,
-
Table: OKL_TXL_EXTENSION_B
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_TXL_EXTENSION_B, object_name:OKL_TXL_EXTENSION_B, status:VALID, product: OKL - Leasing and Finance Management , description: Lease transaction lines extension table , implementation_dba_data: OKL.OKL_TXL_EXTENSION_B ,
-
APPS.OKL_SLA_ACC_SOURCES_PVT dependencies on OKL_TXL_EXTENSION_B
12.1.1
-
APPS.OKL_TRX_EXTENSION_PVT dependencies on OKL_TXL_EXTENSION_B
12.1.1
-
APPS.OKL_TEL_PVT dependencies on OKL_TXL_EXTENSION_B
12.1.1
-
APPS.OKL_TEL_PVT dependencies on OKL_TXL_EXTENSION_B
12.2.2
-
APPS.OKL_SLA_ACC_SOURCES_PVT dependencies on OKL_TXL_EXTENSION_B
12.2.2
-
APPS.OKL_TEL_PVT dependencies on OKL_TXL_EXTENSION_B
12.2.2
-
APPS.OKL_TRX_EXTENSION_PVT dependencies on OKL_TXL_EXTENSION_B
12.2.2
-
APPS.OKL_TEL_PVT dependencies on OKL_TXL_EXTENSION_B
12.1.1
-
VIEW: APPS.OKL_SHR_EXTRACT_LINE_V
12.2.2
-
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_ASSET_EXTRACT_LINE_V
12.2.2
-
VIEW: APPS.OKL_MLS_EXTRACT_LINE_VL
12.1.1
-
SYNONYM: APPS.OKL_TXL_EXTENSION_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKL_TXL_EXTENSION_B, status:VALID,
-
SYNONYM: APPS.OKL_TXL_EXTENSION_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OKL_TXL_EXTENSION_B, status:VALID,
-
VIEW: APPS.OKL_SHR_EXTRACT_LINE_V
12.1.1
-
VIEW: OKL.OKL_TXL_EXTENSION_B#
12.2.2
owner:OKL, object_type:VIEW, object_name:OKL_TXL_EXTENSION_B#, status:VALID,
-
TABLE: OKL.OKL_TXL_EXTENSION_B
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_TXL_EXTENSION_B, object_name:OKL_TXL_EXTENSION_B, status:VALID,
-
VIEW: APPS.OKL_ASSET_EXTRACT_LINE_V
12.1.1
-
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_MLS_EXTRACT_LINE_VL
12.2.2
-
VIEW: APPS.OKL_CMN_EXTRACT_LINE_V
12.1.1
-
VIEW: APPS.OKL_CMN_EXTRACT_LINE_V
12.2.2
-
View: OKL_SHR_EXTRACT_LINE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_SHR_EXTRACT_LINE_V, object_name:OKL_SHR_EXTRACT_LINE_V, status:VALID, product: OKL - Leasing and Finance Management , description: Line extract object with sources not shared across event classes. , implementation_dba_data: APPS.OKL_SHR_EXTRACT_LINE_V ,
-
VIEW: OKL.OKL_TXL_EXTENSION_B#
12.2.2
-
VIEW: APPS.OKL_TXL_EXTENSION_V
12.1.1
-
VIEW: APPS.OKL_TXL_EXTENSION_V
12.2.2
-
PACKAGE BODY: APPS.OKL_TEL_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_TEL_PVT, status:VALID,
-
TABLE: OKL.OKL_TXL_EXTENSION_B
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_TXL_EXTENSION_B, object_name:OKL_TXL_EXTENSION_B, status:VALID,
-
VIEW: APPS.OKL_ASSET_DFF_EXTRACT_LINE_V
12.2.2
-
VIEW: APPS.OKL_ASSET_DFF_EXTRACT_LINE_V
12.1.1
-
View: OKL_SHR_EXTRACT_LINE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_SHR_EXTRACT_LINE_V, object_name:OKL_SHR_EXTRACT_LINE_V, status:VALID, product: OKL - Lease and Finance Management , description: Line extract object with sources not shared across event classes. , implementation_dba_data: APPS.OKL_SHR_EXTRACT_LINE_V ,
-
Table: AP_SUPPLIER_SITES_ALL
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_SUPPLIER_SITES_ALL, object_name:AP_SUPPLIER_SITES_ALL, status:VALID, product: AP - Payables , description: AP_SUPPLIER_SITES_ALL stores information about your supplier site level attributes. , implementation_dba_data: AP.AP_SUPPLIER_SITES_ALL ,
-
View: OKL_ASSET_EXTRACT_LINE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_ASSET_EXTRACT_LINE_V, object_name:OKL_ASSET_EXTRACT_LINE_V, status:VALID, product: OKL - Lease and Finance Management , description: Line extract object with asset related information. , implementation_dba_data: APPS.OKL_ASSET_EXTRACT_LINE_V ,
-
Table: AP_SUPPLIER_SITES_ALL
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_SUPPLIER_SITES_ALL, object_name:AP_SUPPLIER_SITES_ALL, status:VALID, product: AP - Payables , description: AP_SUPPLIER_SITES_ALL stores information about your supplier site level attributes. , implementation_dba_data: AP.AP_SUPPLIER_SITES_ALL ,
-
View: OKL_ASSET_EXTRACT_LINE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_ASSET_EXTRACT_LINE_V, object_name:OKL_ASSET_EXTRACT_LINE_V, status:VALID, product: OKL - Leasing and Finance Management , description: Line extract object with asset related information. , implementation_dba_data: APPS.OKL_ASSET_EXTRACT_LINE_V ,
-
PACKAGE: APPS.OKL_TEL_PVT
12.2.2
owner:APPS, object_type:PACKAGE, object_name:OKL_TEL_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKL_TRX_EXTENSION_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_TRX_EXTENSION_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKL_TRX_EXTENSION_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_TRX_EXTENSION_PVT, status:VALID,
-
View: OKL_MLS_EXTRACT_LINE_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_MLS_EXTRACT_LINE_VL, object_name:OKL_MLS_EXTRACT_LINE_VL, status:VALID, product: OKL - Lease and Finance Management , description: Line MLS extract object , implementation_dba_data: APPS.OKL_MLS_EXTRACT_LINE_VL ,
-
View: OKL_MLS_EXTRACT_LINE_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_MLS_EXTRACT_LINE_VL, object_name:OKL_MLS_EXTRACT_LINE_VL, status:VALID, product: OKL - Leasing and Finance Management , description: Line MLS extract object , implementation_dba_data: APPS.OKL_MLS_EXTRACT_LINE_VL ,
-
PACKAGE BODY: APPS.OKL_TEL_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_TEL_PVT, status:VALID,
-
PACKAGE: APPS.OKL_TEL_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:OKL_TEL_PVT, status:VALID,
-
APPS.OKL_TEL_PVT SQL Statements
12.2.2
-
APPS.OKL_TEL_PVT SQL Statements
12.1.1
-
VIEW: APPS.OKL_FEE_SERVICE_DFF_LINE_V
12.2.2
-
View: OKL_CMN_EXTRACT_LINE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CMN_EXTRACT_LINE_V, object_name:OKL_CMN_EXTRACT_LINE_V, status:VALID, product: OKL - Lease and Finance Management , description: Line extract object with commonly shared sources across event classes. , implementation_dba_data: APPS.OKL_CMN_EXTRACT_LINE_V ,
-
VIEW: APPS.OKL_FEE_SERVICE_DFF_LINE_V
12.1.1
-
View: OKL_CMN_EXTRACT_LINE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CMN_EXTRACT_LINE_V, object_name:OKL_CMN_EXTRACT_LINE_V, status:VALID, product: OKL - Leasing and Finance Management , description: Line extract object with commonly shared sources across event classes. , implementation_dba_data: APPS.OKL_CMN_EXTRACT_LINE_V ,