Search Results asset_category_name
AI-generated from documented ETRM metadata — verify critical details on the linked pages.
Overview
The OKL_EXT_AP_LINE_SOURCES_B table is a Payables transactions line extension table within the Oracle E-Business Suite Release 12.1.1 / 12.2.2 Leasing and Finance Management (OKL) product module. It stores supplementary, lease-specific descriptive information about individual lines that are destined for or derived from Oracle Payables transactions. The suffix _B denotes that this is a base table, typically paired with a corresponding _TL translation table for any user-enterable multilingual columns. The table is owned by the OKL schema and carries a VALID status in the ETRM data dictionary.
The object functions as an extension surface: it augments the standard Payables line structure with leasing attributes such as asset identity, stream type, accounting template, and vendor context. Relationships to header-level extension data, contract lines, stream types, and suppliers confirm its role as a connector between lease contracts and their financial disbursement lines. From a heuristic Data Vault modeling perspective, the metadata suggests this object behaves as a link, since its structure comprises foreign keys pointing outward to multiple parent hubs (contract lines, stream types, suppliers) and a header extension table, rather than acting as a standalone descriptive satellite.
Key Information Stored
The table is physically defined with 43 columns. The following are the most significant:
- LINE_EXTENSION_ID — surrogate primary key defined by the constraint
OKL_EXT_AP_LINE_SOURCES_B_PKand reinforced by the unique indexOKL_EXT_AP_LINE_SOURCES_B_U1. - SOURCE_ID — identifier of the originating source record; combined with
SOURCE_TABLEit forms the business-key candidateOKL_EXT_AP_LINE_SOURCES_B_U2. - SOURCE_TABLE — indicates the source table from which the line was derived.
- HEADER_EXTENSION_ID — foreign key linking the line to its parent header extension record.
- KLE_ID — foreign key to
OKC_K_LINES_B, identifying the associated contract line. - STY_ID — foreign key to
OKL_STRM_TYPE_B, identifying the stream type. - ASSET_VENDOR_ID — foreign key to
AP_SUPPLIERS, identifying the asset vendor. - OBJECT_VERSION_NUMBER — optimistic locking column used by the framework.
- LINE_ATTRIBUTE1 through LINE_ATTRIBUTE15 — descriptive flexfield segments for extensible line data.
- LINE_ATTRIBUTE_CATEGORY — controls which flexfield context applies.
- ASSET_NUMBER and CONTRACT_LINE_NUMBER — human-readable references for the asset and contract line.
- STREAM_TYPE_CODE and STREAM_TYPE_PURPOSE_CODE — descriptive codes for the stream.
- ACCOUNTING_TEMPLATE_NAME and FEE_TYPE_CODE — accounting and fee classification.
- Audit columns CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, and LAST_UPDATE_LOGIN.
Common Use Cases and Queries
Typical scenarios include reconciling lease contract lines with Payables invoice lines, reporting on asset acquisition by vendor, and validating that stream types and accounting templates are correctly propagated.
A common pattern joins this table to its header and contract line parents:
- Query lines by contract: join
OKL_EXT_AP_LINE_SOURCES_BtoOKC_K_LINES_BonKLE_IDand filter by contract or line number. - Aggregate asset purchases: join to
AP_SUPPLIERSonASSET_VENDOR_IDto report spend by vendor. - Stream reporting: join to
OKL_STRM_TYPE_BonSTY_ID, or use the denormalizedSTREAM_TYPE_CODEdirectly. - Source tracing: filter on
SOURCE_IDandSOURCE_TABLEto locate the originating record. - Flexfield reporting: select
LINE_ATTRIBUTE_CATEGORYwith the relevantLINE_ATTRIBUTEncolumns.
Related Objects
- OKL_EXT_AP_HEADER_SOURCES_B — parent header extension table, joined via
HEADER_EXTENSION_ID. - OKC_K_LINES_B — contract line base table, joined via
KLE_ID. - OKL_STRM_TYPE_B — stream type definition table, joined via
STY_ID. - AP_SUPPLIERS — Oracle Payables supplier table, joined via
ASSET_VENDOR_ID. - AP_INVOICE_LINES_ALL — the Payables line table that ultimately consumes or reconciles this extension data (lineage association).
- OKL_EXT_AP_LINE_SOURCES_TL — translation table paired with the
_Bbase 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 ,
-
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_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 ,
-
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_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 ,
-
VIEW: OKL.OKL_TXL_EXTENSION_B#
12.2.2
-
VIEW: OKL.OKL_EXT_AP_LINE_SOURCES_B#
12.2.2
-
VIEW: OKL.OKL_EXT_AR_LINE_SOURCES_B#
12.2.2
-
View: OKL_TXL_EXTENSION_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_TXL_EXTENSION_V, object_name:OKL_TXL_EXTENSION_V, status:VALID, product: OKL - Leasing and Finance Management , description: Transaction Line extension view , implementation_dba_data: APPS.OKL_TXL_EXTENSION_V ,
-
View: OKL_EXT_AR_LINE_SOURCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_EXT_AR_LINE_SOURCES_V, object_name:OKL_EXT_AR_LINE_SOURCES_V, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_EXT_AR_LINE_SOURCES_V ,
-
View: OKL_EXT_AP_LINE_SOURCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_EXT_AP_LINE_SOURCES_V, object_name:OKL_EXT_AP_LINE_SOURCES_V, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_EXT_AP_LINE_SOURCES_V ,
-
View: OKL_EXT_AP_LINE_SOURCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_EXT_AP_LINE_SOURCES_V, object_name:OKL_EXT_AP_LINE_SOURCES_V, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_EXT_AP_LINE_SOURCES_V ,
-
View: OKL_TXL_EXTENSION_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_TXL_EXTENSION_V, object_name:OKL_TXL_EXTENSION_V, status:VALID, product: OKL - Lease and Finance Management , description: Transaction Line extension view , implementation_dba_data: APPS.OKL_TXL_EXTENSION_V ,
-
VIEW: APPS.OKL_TXL_EXTENSION_V
12.2.2
-
VIEW: APPS.OKL_EXT_AP_LINE_SOURCES_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,
-
View: OKL_EXT_AR_LINE_SOURCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_EXT_AR_LINE_SOURCES_V, object_name:OKL_EXT_AR_LINE_SOURCES_V, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_EXT_AR_LINE_SOURCES_V ,
-
VIEW: APPS.OKL_TXL_EXTENSION_V
12.1.1
-
VIEW: APPS.OKL_EXT_AR_LINE_SOURCES_V
12.2.2
-
VIEW: APPS.OKL_EXT_AP_LINE_SOURCES_V
12.2.2
-
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: 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_EXT_AR_LINE_SOURCES_V
12.1.1
-
VIEW: APPS.OKL_EXT_AP_LINE_SOURCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_EXT_AP_LINE_SOURCES_V, object_name:OKL_EXT_AP_LINE_SOURCES_V, status:VALID,
-
VIEW: APPS.OKL_EXT_AR_LINE_SOURCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_EXT_AR_LINE_SOURCES_V, object_name:OKL_EXT_AR_LINE_SOURCES_V, status:VALID,
-
VIEW: APPS.OKL_EXT_AP_LINE_SOURCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_EXT_AP_LINE_SOURCES_V, object_name:OKL_EXT_AP_LINE_SOURCES_V, status:VALID,
-
VIEW: APPS.OKL_EXT_AR_LINE_SOURCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_EXT_AR_LINE_SOURCES_V, object_name:OKL_EXT_AR_LINE_SOURCES_V, 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,
-
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_TXL_EXTENSION_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_TXL_EXTENSION_V, object_name:OKL_TXL_EXTENSION_V, status:VALID,
-
VIEW: APPS.OKL_TXL_EXTENSION_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_TXL_EXTENSION_V, object_name:OKL_TXL_EXTENSION_V, status:VALID,
-
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,
-
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.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,
-
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,
-
APPS.OKL_TEL_PVT SQL Statements
12.2.2
-
APPS.OKL_TEL_PVT SQL Statements
12.1.1
-
APPS.OKL_RXL_PVT SQL Statements
12.1.1
-
APPS.OKL_PXL_PVT SQL Statements
12.1.1
-
APPS.OKL_PXL_PVT SQL Statements
12.2.2
-
APPS.OKL_RXL_PVT SQL Statements
12.2.2
-
PACKAGE: APPS.OKL_PXL_PVT
12.1.1
-
PACKAGE: APPS.OKL_TEL_PVT
12.2.2
-
PACKAGE: APPS.OKL_TEL_PVT
12.1.1
-
PACKAGE: APPS.OKL_PXL_PVT
12.2.2
-
PACKAGE: APPS.OKL_RXL_PVT
12.1.1
-
PACKAGE: APPS.OKL_RXL_PVT
12.2.2
-
PACKAGE BODY: APPS.OKL_TEL_PVT
12.1.1
-
PACKAGE BODY: APPS.OKL_TEL_PVT
12.2.2