Search Results pdt_name
Overview
The view APPS.OKL_PDT_ALLOWED_STREAMS_UV is a supplementary database view within the Oracle E-Business Suite (EBS) Enterprise Contracts (OKL / ETRM) module. It is registered under the application schema APPS with FND Design Data reference OKL.OKL_PDT_ALLOWED_STREAMS_UV and carries a VALID status in both the 12.1.1 and 12.2.2 releases. The view's purpose is to simplify forms coding by presenting a flattened, denormalized projection of the stream types that are permitted for a given product (PDT). Oracle explicitly warns that this view is a supplementary device used to streamline Forms development, and therefore it should not be treated as a stable integration interface; its column set and underlying definition may change dramatically between minor or major releases. Consumers should treat it as a read-only convenience layer rather than a customer-facing API. In reporting and ad hoc analysis contexts, the view is most commonly queried to answer the question of which stream types (and associated purposes, effective dates, and template configuration) are allowed against particular products, and it is typically surfaced when users search on the PDT_NAME attribute.
Underlying Base Objects
The view's definition references the following documented objects, either directly or indirectly through its join logic:
OKL_PRODUCTS— provides the product identifier and product name (PDT_ID, PDT_NAME).OKL_STRM_TYPE_BandOKL_STRM_TYPE_TL— the stream type base and translation tables supplying ID, NAME, DESCRIPTION, START_DATE, and END_DATE.OKL_TRX_TYPES_TL— supplies translated transaction type context for the stream purpose mapping.OKL_AE_TEMPLATES_ALL,OKL_AE_TMPT_SETS,OKL_ST_GEN_TEMPLATES_ALL,OKL_ST_GEN_TMPT_LNS_ALL,OKL_ST_GEN_TMPT_SETS_ALL— the accounting-entry and stream-generation template tables that detail the configuration attached to each allowed stream.FND_LOOKUPS— provides lookup-based values such as PURPOSE.FND_GLOBAL— the standard FND package supplying session-level context (user, responsibility, org) used in row-level filtering.
No database object in EBS references OKL_PDT_ALLOWED_STREAMS_UV, confirming its status as a terminal, presentation-oriented view that does not feed downstream logic. All referenced base objects are exposed as APPS synonyms, consistent with standard EBS schema layering.
Key Columns
ID(NUMBER) — unique identifier for the stream type.NAME(VARCHAR2 150) — the stream type name.DESCRIPTION(VARCHAR2 1995) — user-entered description of the stream type.PDT_ID(NUMBER) — product identifier.PDT_NAME(VARCHAR2 150) — the product name associated with the allowed stream, and the field most frequently used as a query filter.START_DATE/END_DATE(DATE) — effectiveness window for the stream type.PURPOSE(VARCHAR2 80) — the stream type purpose, typically resolved through FND_LOOKUPS.
Common Use Cases and Queries
Typical uses include reporting which streams are permitted for a product, validating effective-dated stream configurations, and driving Forms-based maintenance screens. A basic query retrieves all allowed streams for a specific product name:
SELECT id, name, pdt_name, purpose, start_date, end_date FROM apps.okl_pdt_allowed_streams_uv WHERE pdt_name = :product_name;SELECT pdt_name, name, purpose FROM apps.okl_pdt_allowed_streams_uv WHERE SYSDATE BETWEEN start_date AND end_date ORDER BY pdt_name, name;SELECT DISTINCT pdt_name FROM apps.okl_pdt_allowed_streams_uv ORDER BY 1;
Because the view is not referenced by any other database object and carries Oracle's explicit stability warning, consumers should restrict its use to reporting and development-support scenarios and avoid embedding it in custom interfaces expected to survive an upgrade.
-
VIEW: APPS.OKL_PDT_ALLOWED_STREAMS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_PDT_ALLOWED_STREAMS_UV, object_name:OKL_PDT_ALLOWED_STREAMS_UV, status:VALID,
-
VIEW: APPS.OKL_PDT_ALLOWED_STREAMS_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_PDT_ALLOWED_STREAMS_UV, object_name:OKL_PDT_ALLOWED_STREAMS_UV, status:VALID,
-
View: OKL_PRODUCT_OPTIONS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_PRODUCT_OPTIONS_UV, object_name:OKL_PRODUCT_OPTIONS_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_PRODUCT_OPTIONS_UV ,
-
View: OKL_PRODUCT_OPTIONS_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_PRODUCT_OPTIONS_UV, object_name:OKL_PRODUCT_OPTIONS_UV, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_PRODUCT_OPTIONS_UV ,
-
VIEW: APPS.OKL_PRODUCT_OPTIONS_UV
12.1.1
-
VIEW: APPS.OKL_PRODUCT_OPTIONS_UV
12.2.2
-
View: OKL_PDT_ALLOWED_STREAMS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_PDT_ALLOWED_STREAMS_UV, object_name:OKL_PDT_ALLOWED_STREAMS_UV, status:VALID, product: OKL - Lease and Finance Management , description: View for Reconcile Accrual Streams during association. , implementation_dba_data: APPS.OKL_PDT_ALLOWED_STREAMS_UV ,
-
VIEW: APPS.OKL_PRODUCT_OPTIONS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_PRODUCT_OPTIONS_UV, object_name:OKL_PRODUCT_OPTIONS_UV, status:VALID,
-
VIEW: APPS.OKL_PRODUCT_OPTIONS_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_PRODUCT_OPTIONS_UV, object_name:OKL_PRODUCT_OPTIONS_UV, status:VALID,
-
View: OKL_PDT_ALLOWED_STREAMS_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_PDT_ALLOWED_STREAMS_UV, object_name:OKL_PDT_ALLOWED_STREAMS_UV, status:VALID, product: OKL - Leasing and Finance Management , description: View for Reconcile Accrual Streams during association. , implementation_dba_data: APPS.OKL_PDT_ALLOWED_STREAMS_UV ,
-
VIEW: APPS.OKL_PDT_ALLOWED_STREAMS_UV
12.1.1
-
VIEW: APPS.OKL_PDT_ALLOWED_STREAMS_UV
12.2.2
-
APPS.OKL_MULTI_GAAP_PVT SQL Statements
12.1.1
-
APPS.OKL_MULTI_GAAP_PVT SQL Statements
12.2.2
-
APPS.OKL_SLA_ACC_SOURCES_PVT SQL Statements
12.1.1
-
APPS.OKL_SLA_ACC_SOURCES_PVT SQL Statements
12.2.2
-
APPS.OKL_VARIABLE_INT_UTIL_PVT SQL Statements
12.2.2
-
PACKAGE BODY: APPS.OKL_MULTI_GAAP_PVT
12.1.1
-
PACKAGE BODY: APPS.OKL_MULTI_GAAP_PVT
12.2.2
-
APPS.OKL_VARIABLE_INT_UTIL_PVT dependencies on OKL_PRODUCTS
12.2.2
-
APPS.OKL_MULTI_GAAP_PVT dependencies on OKC_K_HEADERS_B
12.1.1
-
APPS.OKL_MULTI_GAAP_PVT dependencies on OKC_K_HEADERS_B
12.2.2
-
APPS.OKL_SLA_ACC_SOURCES_PVT dependencies on OKL_PRODUCTS
12.2.2
-
APPS.OKL_SLA_ACC_SOURCES_PVT dependencies on OKL_PRODUCTS
12.1.1
-
APPS.OKL_MULTI_GAAP_PVT dependencies on OKL_PRODUCTS
12.2.2
-
APPS.OKL_MULTI_GAAP_PVT dependencies on OKL_PRODUCTS
12.1.1
-
APPS.OKL_VARIABLE_INT_UTIL_PVT dependencies on OKC_K_HEADERS_B
12.2.2
-
APPS.OKL_MULTI_GAAP_PVT dependencies on OKL_K_HEADERS
12.1.1
-
APPS.OKL_MULTI_GAAP_PVT dependencies on OKL_K_HEADERS
12.2.2
-
APPS.OKL_VARIABLE_INT_UTIL_PVT dependencies on OKL_K_HEADERS
12.2.2
-
PACKAGE BODY: APPS.OKL_VARIABLE_INT_UTIL_PVT
12.2.2
-
PACKAGE BODY: APPS.OKL_SLA_ACC_SOURCES_PVT
12.1.1
-
PACKAGE BODY: APPS.OKL_SLA_ACC_SOURCES_PVT
12.2.2
-
eTRM - OKL Tables and Views
12.2.2
description: Translatable columns from OKL_XTL_SELL_INVS_B, per MLS standards ,
-
eTRM - OKL Tables and Views
12.1.1
description: Translatable columns from OKL_XTL_SELL_INVS_B, per MLS standards ,