Search Results okl_pool_contents
Overview
The OKL_POOL_CONTENTS table is a core data object within the Oracle E-Business Suite (EBS) Leasing and Finance Management (OKL) module. It functions as the detailed transaction and composition ledger for asset pools. In leasing and finance operations, assets such as contracts or individual payment streams are often aggregated into pools for purposes like securitization, risk management, or portfolio analysis. This table stores the granular records that define which specific financial components (like lines, streams, or contracts) belong to a given pool at any point in time, tracking their entry and exit via transaction numbers. Its role is critical for maintaining the integrity and audit trail of pool compositions, directly supporting complex financial structuring and reporting.
Key Information Stored
The table's structure is designed to link a pool member to its parent pool and identify the specific financial object. Key columns, as indicated by the primary and unique keys, include the unique identifier (ID), the pool identifier (POL_ID), and references to the specific leased asset components: the contract header (KHR_ID), line (KLE_ID), and stream type (STY_ID). The TRANSACTION_NUMBER_IN and TRANSACTION_NUMBER_OUT columns are vital for tracking the lifecycle of the pool member, recording the transaction IDs that added or removed the component. Foreign key relationships point to critical master and transaction tables, ensuring referential integrity for the stream (STM_ID), the pool transaction header (POX_ID), the pool itself, the contract line, and the stream type.
Common Use Cases and Queries
This table is central to queries that analyze pool composition, track asset movement, and support audit reports. Common operational scenarios include generating a list of all active contracts within a specific pool for a valuation report, identifying all components added to pools during a specific period for transaction reconciliation, or verifying the history of a particular contract line across different pools. A typical query pattern involves joining OKL_POOL_CONTENTS with OKL_POOLS_ALL and contract tables like OKL_K_LINES.
- Sample Query (Pool Composition): SELECT pc.khr_id, pc.kle_id, p.pool_name FROM okl_pool_contents pc, okl_pools_all p WHERE pc.pol_id = p.id AND p.id = :pool_id AND pc.transaction_number_out IS NULL;
- Use Case: This identifies all currently active components (those not yet removed) within a specified pool, which is fundamental for portfolio exposure analysis.
Related Objects
OKL_POOL_CONTENTS sits at the intersection of several key OKL entities. Its primary foreign key relationships define its dependencies:
- OKL_POOLS_ALL: The master table for pool definitions, linked via POL_ID.
- OKL_K_LINES: The contract lines table, linked via KLE_ID, identifying the specific leased asset line item in the pool.
- OKL_POOL_TRANSACTIONS: The transaction header table, linked via POX_ID, providing the context for the entry/exit transaction.
- OKL_STREAMS and OKL_STRM_TYPE_B: The cash flow stream and stream type tables, linked via STM_ID and STY_ID, detailing the financial payment obligations associated with the pool component.
These relationships make OKL_POOL_CONTENTS essential for any process or report that requires tracing the lineage between a financial pool and its underlying contractual assets.
-
Table: OKL_POOL_CONTENTS
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_POOL_CONTENTS, object_name:OKL_POOL_CONTENTS, status:VALID, product: OKL - Lease and Finance Management , description: Details for a pool header. , implementation_dba_data: OKL.OKL_POOL_CONTENTS ,
-
View: OKL_POOL_CONTENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_POOL_CONTENTS_V, object_name:OKL_POOL_CONTENTS_V, status:VALID, product: OKL - Lease and Finance Management , description: Entity view for OKL_POOL_CONTENTS , implementation_dba_data: APPS.OKL_POOL_CONTENTS_V ,
-
View: OKL_SEC_INVESTOR_DTLS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_SEC_INVESTOR_DTLS_UV, object_name:OKL_SEC_INVESTOR_DTLS_UV, status:VALID, product: OKL - Lease and Finance Management , description: Investor Agreement Investor Details View , implementation_dba_data: APPS.OKL_SEC_INVESTOR_DTLS_UV ,
-
Table: OKL_POOL_TRANSACTIONS
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_POOL_TRANSACTIONS, object_name:OKL_POOL_TRANSACTIONS, status:VALID, product: OKL - Lease and Finance Management , description: Pool transactions. , implementation_dba_data: OKL.OKL_POOL_TRANSACTIONS ,
-
Table: OKL_POOLS_ALL
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_POOLS_ALL, object_name:OKL_POOLS_ALL, status:VALID, product: OKL - Lease and Finance Management , description: Securitization pool header. , implementation_dba_data: OKL.OKL_POOLS_ALL ,
-
Table: OKL_STREAMS
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_STREAMS, object_name:OKL_STREAMS, status:VALID, product: OKL - Lease and Finance Management , description: Holds the payment header details. , implementation_dba_data: OKL.OKL_STREAMS ,
-
View: OKL_SEC_BUYBACK_CUSTOMERS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_SEC_BUYBACK_CUSTOMERS_UV, object_name:OKL_SEC_BUYBACK_CUSTOMERS_UV, status:VALID, product: OKL - Lease and Finance Management , description: User inteface view for securitization buyback customers , implementation_dba_data: APPS.OKL_SEC_BUYBACK_CUSTOMERS_UV ,
-
View: OKL_SEC_BUYBACK_PRODUCTS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_SEC_BUYBACK_PRODUCTS_UV, object_name:OKL_SEC_BUYBACK_PRODUCTS_UV, status:VALID, product: OKL - Lease and Finance Management , description: User interface view for securitization buy-back products , implementation_dba_data: APPS.OKL_SEC_BUYBACK_PRODUCTS_UV ,
-
View: OKL_SEC_BUYBACK_CONTRACTS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_SEC_BUYBACK_CONTRACTS_UV, object_name:OKL_SEC_BUYBACK_CONTRACTS_UV, status:VALID, product: OKL - Lease and Finance Management , description: OKL Securitized buyback contracts UI view , implementation_dba_data: APPS.OKL_SEC_BUYBACK_CONTRACTS_UV ,
-
View: OKL_POOL_TRANS_CONTENTS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_POOL_TRANS_CONTENTS_UV, object_name:OKL_POOL_TRANS_CONTENTS_UV, status:VALID, product: OKL - Lease and Finance Management , description: User interface view for securitization pool transaction contents , implementation_dba_data: APPS.OKL_POOL_TRANS_CONTENTS_UV ,
-
Table: OKL_STRM_TYPE_B
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_STRM_TYPE_B, object_name:OKL_STRM_TYPE_B, status:VALID, product: OKL - Lease and Finance Management , description: Holds the definition of payment types. , implementation_dba_data: OKL.OKL_STRM_TYPE_B ,
-
View: OKL_POOL_STREAM_ELEMENTS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_POOL_STREAM_ELEMENTS_UV, object_name:OKL_POOL_STREAM_ELEMENTS_UV, status:VALID, product: OKL - Lease and Finance Management , description: User Interface view for securitization pool stream elements , implementation_dba_data: APPS.OKL_POOL_STREAM_ELEMENTS_UV ,
-
Table: OKL_K_LINES
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_K_LINES, object_name:OKL_K_LINES, status:VALID, product: OKL - Lease and Finance Management , description: Oracle Lease Management shadow table for Oracle Contracts Core line tables, OKC_K_LINES_B and OKC_K_LINES_TL. OKL_K_LINES contains attributes that relate to contracts created in OKL and do not fit into the standard lines tables OKC_K_LINES_ , implementation_dba_data: OKL.OKL_K_LINES ,
-
View: OKL_SEC_BUYBACK_STREAMS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_SEC_BUYBACK_STREAMS_UV, object_name:OKL_SEC_BUYBACK_STREAMS_UV, status:VALID, product: OKL - Lease and Finance Management , description: User interface view for securitized buyback streams , implementation_dba_data: APPS.OKL_SEC_BUYBACK_STREAMS_UV ,
-
View: OKL_POOL_CONTENTS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_POOL_CONTENTS_UV, object_name:OKL_POOL_CONTENTS_UV, status:VALID, product: OKL - Lease and Finance Management , description: Securitization - Pool Contents UI view , implementation_dba_data: APPS.OKL_POOL_CONTENTS_UV ,