Search Results poc_id
Overview
OKL_POOL_TRANS_CONTENTS_UV is a user interface (UI) view owned by the APPS schema in Oracle E-Business Suite, belonging to the OKL – Leasing and Finance Management product family. Its purpose is to present the contents of securitization pool transactions in a denormalized, user-friendly format suitable for reporting, integration, and OAF-based inquiry pages. Securitization pools group lease and finance contracts whose cash flows are packaged for financing arrangements, and the view answers the operational question of which contracts, assets, lessees, and streams belong to a given pool, together with the transaction numbers flowing in and out of the pool.
Because the view resolves foreign keys to descriptive names (lessee party name, asset number, stream type name, and lookup meanings), it eliminates the need for report developers and integrators to re-implement the underlying join logic. This makes it a convenient single source for pool transaction content reporting in both 12.1.1 and 12.2.2.
Underlying Base Objects
The view is defined over a join of transactional, contract, party, and lookup objects:
- OKL_POOL_CONTENTS (synonym) – the driving table (aliased POCB), supplying pool content rows, transaction numbers, status, stream dates, and foreign keys to the contract, stream type, and accounting line.
- OKC_K_HEADERS_B (synonym) – the contract header, aliased CHRB, joined on POCB.KHR_ID to provide contract number and DNZ_CHR_ID.
- OKC_K_PARTY_ROLES_B (synonym) and HZ_PARTIES (synonym) – restricted to role code 'LESSEE' (OBJECT1_ID2 = '#') to resolve the lessee party name.
- OKC_K_LINES_TL (synonym) – the asset line (aliased CLET), language-filtered via USERENV('LANG'), supplying ASSET_NUMBER.
- OKL_STRM_TYPE_V (view) – the stream type view (aliased STYV), providing stream type name, subclass, and purpose codes.
- FND_LOOKUPS (view) – referenced twice (FNDS, FNDT) to translate OKL_STREAM_TYPE_SUBCLASS and OKL_STREAM_TYPE_PURPOSE codes into meanings, which is where STY_SUBCLASS_CODE is sourced.
Additional documented references include FND_GLOBAL and OKL_ACCOUNTING_UTIL packages, which support session context and accounting logic within the OKL stack.
Key Columns
- POC_ID / POL_ID / STM_ID – identifiers for the pool content row, pool line, and stream record.
- TRANSACTION_NUMBER_IN / TRANSACTION_NUMBER_OUT – transaction numbers entering and leaving the pool.
- STATUS_CODE – status of the pool content record.
- DNZ_CHR_ID / CONTRACT_NUMBER – contract identity for the pooled lease.
- KLE_ID / ASSET_NUMBER – the contract line and associated asset.
- LESSEE – party name resolved from HZ_PARTIES for the lessee role.
- STY_ID / STREAM_TYPE_NAME / STY_SUBCLASS_CODE / STY_SUBCLASS – stream type identity, name, raw subclass code, and its lookup meaning. The code STY_SUBCLASS_CODE corresponds to OKL_STRM_TYPE_V.STREAM_TYPE_SUBCLASS.
- STY_PURPOSE_CODE / STREAM_TYPE_PURPOSE – purpose code and its translated meaning.
- STREAMS_FROM_DATE / STREAMS_TO_DATE – effective date range of the pooled stream.
Common Use Cases and Queries
Typical scenarios include pool reconciliation reports, securitization audit extracts, and OAF inquiry pages filtering on pool, contract, or stream subclass. A representative query:
SELECT poc_id, contract_number, asset_number, lessee, stream_type_name, sty_subclass_code, sty_subclass, streams_from_date, streams_to_date FROM okl_pool_trans_contents_uv WHERE sty_subclass_code = :p_subclass AND status_code = 'ACTIVE';- Filtering by
pol_idto list all contracts and assets within a specific securitization pool. - Joining to OKL_POOLS to aggregate stream amounts by pool for financing disclosure reporting.
The view is read-only and intended for query use; it should not be treated as a base table for DML operations.
-
View: OKL_POOL_TRANS_CONTENTS_UV
12.1.1
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 - Leasing and Finance Management , description: User interface view for securitization pool transaction contents , implementation_dba_data: APPS.OKL_POOL_TRANS_CONTENTS_UV ,
-
VIEW: APPS.OKL_POOL_TRANS_CONTENTS_UV
12.1.1
-
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 ,
-
View: OKL_POOL_STREAM_ELEMENTS_UV
12.1.1
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 - Leasing and Finance Management , description: User Interface view for securitization pool stream elements , implementation_dba_data: APPS.OKL_POOL_STREAM_ELEMENTS_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 ,
-
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 ,
-
VIEW: APPS.OKL_POOL_TRANS_CONTENTS_UV
12.2.2
-
View: OKL_POOL_CONTENTS_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_POOL_CONTENTS_UV, object_name:OKL_POOL_CONTENTS_UV, status:VALID, product: OKL - Leasing and Finance Management , description: Securitization - Pool Contents UI view , implementation_dba_data: APPS.OKL_POOL_CONTENTS_UV ,
-
VIEW: APPS.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,
-
VIEW: APPS.OKL_POOL_STREAM_ELEMENTS_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_POOL_STREAM_ELEMENTS_UV, object_name:OKL_POOL_STREAM_ELEMENTS_UV, status:VALID,
-
VIEW: APPS.OKL_POOL_CONTENTS_UV
12.2.2
-
VIEW: APPS.OKL_POOL_CONTENTS_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_POOL_CONTENTS_UV, object_name:OKL_POOL_CONTENTS_UV, status:VALID,
-
VIEW: APPS.OKL_POOL_STREAM_ELEMENTS_UV
12.1.1
-
VIEW: APPS.OKL_POOL_STREAM_ELEMENTS_UV
12.2.2
-
VIEW: APPS.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,
-
VIEW: APPS.OKL_POOL_CONTENTS_UV
12.1.1
-
VIEW: APPS.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,
-
VIEW: APPS.OKL_POOL_TRANS_CONTENTS_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_POOL_TRANS_CONTENTS_UV, object_name:OKL_POOL_TRANS_CONTENTS_UV, status:VALID,
-
APPS.OKL_SECURITIZATION_PVT SQL Statements
12.1.1
-
APPS.OKL_SECURITIZATION_PVT SQL Statements
12.2.2
-
APPS.OKL_POOL_PVT dependencies on OKC_API
12.1.1
-
APPS.OKL_POOL_PVT dependencies on OKC_API
12.2.2
-
APPS.OKL_POOL_PVT dependencies on OKL_POOL_CONTENTS_UV
12.1.1
-
APPS.OKL_POOL_PVT dependencies on OKL_POOL_CONTENTS_UV
12.2.2
-
PACKAGE: APPS.OKL_POOL_PVT
12.1.1
-
PACKAGE: APPS.OKL_POOL_PVT
12.2.2
-
APPS.OKL_POOL_PVT dependencies on OKL_POOL_CONTENTS
12.1.1
-
APPS.OKL_POOL_PVT dependencies on OKL_POOL_CONTENTS
12.2.2
-
PACKAGE BODY: APPS.OKL_POOL_PVT_W
12.1.1
-
PACKAGE BODY: APPS.OKL_POOL_PVT_W
12.2.2
-
APPS.OKL_POOL_PVT dependencies on OKL_POOL_PVT
12.2.2
-
APPS.OKL_POOL_PVT dependencies on OKL_POOL_PVT
12.1.1
-
PACKAGE BODY: APPS.OKL_SECURITIZATION_PVT
12.1.1
-
PACKAGE BODY: APPS.OKL_SECURITIZATION_PVT
12.2.2
-
PACKAGE BODY: APPS.OKL_POOL_PVT
12.1.1
-
PACKAGE BODY: APPS.OKL_POOL_PVT
12.2.2
-
eTRM - OKL Tables and Views
12.1.1
description: Translatable columns from OKL_XTL_SELL_INVS_B, per MLS standards ,
-
eTRM - OKL Tables and Views
12.2.2
description: Translatable columns from OKL_XTL_SELL_INVS_B, per MLS standards ,