Search Results okl_strmtyp_source_v
Overview
OKL_STRMTYP_SOURCE_V is a database view owned by the APPS schema in Oracle E-Business Suite Release 12.1.1 and 12.2.2. It belongs to the OKL product family — Oracle Lease and Finance Management — and is documented in the ETRM as the source view for the JTF object OKL_STRMTYP, whose business subject is stream types. In practical terms, the view supplies a JTF-ready projection of the stream type definition so that Oracle's object-layer and integration infrastructure (for example, JTF object registration used by CRM-style lookups, list-of-values providers, and external integrations) can consume stream type metadata in a consistent, denormalized shape.
The view joins the stream type base table to its translation table so that the descriptive attributes — name and description — are returned in the session language. Status is computed at query time from the effective start and end dates, so consumers do not have to perform date logic themselves.
Underlying Base Objects
The documented base objects referenced by the view are two synonyms: OKL_STRM_TYPE_B and OKL_STRM_TYPE_TL. OKL_STRM_TYPE_B is the base (non-translated) stream type table and holds the operational attributes: version, code, scope, start and end dates, billable/taxable/fundable flags, periodic and class indicators, capitalization and accrual flags, and stream type purpose. OKL_STRM_TYPE_TL is the translated table, providing NAME and DESCRIPTION per language.
The join is on ID between the two tables, with the translation row restricted by STYT.LANGUAGE = USERENV('LANG'). This is the standard EBS multilingual pattern; a stream type row appears once per language in the _TL table, and the view returns a single row in the caller's language.
Key Columns
- ID1 / ID2 — ID1 carries the stream type ID (STYB.ID); ID2 is a constant '#' placeholder, part of the JTF object key convention.
- NAME / DESCRIPTION — translated attributes from OKL_STRM_TYPE_TL.
- VERSION / CODE — version and short code of the stream type.
- STREAM_TYPE_SCOPE — scope qualifier for the stream type.
- START_DATE_ACTIVE / END_DATE_ACTIVE — effective date range, mapped from STYB.START_DATE and STYB.END_DATE.
- STATUS — derived value: 'I' (inactive) when the start date is in the future or the end date has passed; otherwise 'A' (active).
- PRIMARY_UOM_CODE — exposed as NULL; a placeholder for the JTF object contract.
- BILLABLE_YN, TAXABLE_DEFAULT_YN, FUNDABLE_YN, PERIODIC_YN, CAPITALIZE_YN, ACCRUAL_YN — the familiar Y/N stream type behavior flags.
- CUSTOMIZATION_LEVEL — Oracle seed/customization indicator.
- STREAM_TYPE_CLASS / STREAM_TYPE_PURPOSE — classification and purpose attributes used to group stream types.
Common Use Cases and Queries
Typical uses include LOV and list-box population, integration extracts for downstream systems, and ad hoc reporting on which stream types are currently active. A basic listing of active stream types:
SELECT id1, code, name, stream_type_class, status
FROM okl_strmtyp_source_v
WHERE status = 'A'
ORDER BY name;
For a JTF-aware lookup by code:
SELECT id1, code, name, description
FROM okl_strmtyp_source_v
WHERE code = 'LEASE' AND status = 'A';
To profile stream types by class and purpose, aggregate on the corresponding columns. Note that STATUS is computed from SYSDATE at runtime, so results shift automatically as effective dates pass.
-
View: OKL_STRMTYP_SOURCE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_STRMTYP_SOURCE_V, object_name:OKL_STRMTYP_SOURCE_V, status:VALID, product: OKL - Leasing and Finance Management , description: OKL_STRMTYP_SOURCE_V is source for jtf object OKL_STRMTYP. Stream types. , implementation_dba_data: APPS.OKL_STRMTYP_SOURCE_V ,
-
View: OKL_STRMTYP_SOURCE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_STRMTYP_SOURCE_V, object_name:OKL_STRMTYP_SOURCE_V, status:VALID, product: OKL - Lease and Finance Management , description: OKL_STRMTYP_SOURCE_V is source for jtf object OKL_STRMTYP. Stream types. , implementation_dba_data: APPS.OKL_STRMTYP_SOURCE_V ,
-
VIEW: APPS.OKL_LA_PAYMENTS_SUMMARY_UV
12.1.1
-
VIEW: APPS.OKL_LA_PAYMENTS_SUMMARY_UV
12.2.2
-
View: OKL_LA_PAYMENTS_SUMMARY_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_LA_PAYMENTS_SUMMARY_UV, object_name:OKL_LA_PAYMENTS_SUMMARY_UV, status:VALID, product: OKL - Leasing and Finance Management , description: User interface view for Payment Summary Page , implementation_dba_data: APPS.OKL_LA_PAYMENTS_SUMMARY_UV ,
-
APPS.OKL_PAYMENT_SPLIT_PVT SQL Statements
12.1.1
-
APPS.OKL_PAYMENT_SPLIT_PVT SQL Statements
12.2.2
-
View: OKL_LA_PAYMENTS_SUMMARY_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_LA_PAYMENTS_SUMMARY_UV, object_name:OKL_LA_PAYMENTS_SUMMARY_UV, status:VALID, product: OKL - Lease and Finance Management , description: User interface view for Payment Summary Page , implementation_dba_data: APPS.OKL_LA_PAYMENTS_SUMMARY_UV ,
-
VIEW: APPS.OKL_PYMTS_FEE_INSTS_UV
12.2.2
-
VIEW: APPS.OKL_PYMTS_FEE_INSTS_UV
12.1.1
-
VIEW: APPS.OKL_FEE_SERVICE_STRMS_UV
12.2.2
-
PACKAGE: APPS.OKL_DEAL_CHARGES_PVT
12.2.2
owner:APPS, object_type:PACKAGE, object_name:OKL_DEAL_CHARGES_PVT, status:VALID,
-
VIEW: APPS.OKL_FEE_SERVICE_STRMS_UV
12.1.1
-
PACKAGE: APPS.OKL_DEAL_CHARGES_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:OKL_DEAL_CHARGES_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKL_QA_SECURITIZATION
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_QA_SECURITIZATION, status:VALID,
-
PACKAGE BODY: APPS.OKL_CONTRACT_INFO
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_CONTRACT_INFO, status:VALID,
-
PACKAGE BODY: APPS.OKL_PAYMENT_APPLICATION_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_PAYMENT_APPLICATION_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKL_QA_SECURITIZATION
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_QA_SECURITIZATION, status:VALID,
-
PACKAGE: APPS.OKL_LA_PAYMENTS_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:OKL_LA_PAYMENTS_PVT, status:VALID,
-
PACKAGE: APPS.OKL_LA_PAYMENTS_PVT
12.2.2
owner:APPS, object_type:PACKAGE, object_name:OKL_LA_PAYMENTS_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKL_PAYMENT_APPLICATION_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_PAYMENT_APPLICATION_PVT, status:VALID,
-
View: OKL_PYMTS_FEE_INSTS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_PYMTS_FEE_INSTS_UV, object_name:OKL_PYMTS_FEE_INSTS_UV, status:VALID, product: OKL - Lease and Finance Management , description: User Interface view for Fee Line instance LOV on Payments Page , implementation_dba_data: APPS.OKL_PYMTS_FEE_INSTS_UV ,
-
PACKAGE BODY: APPS.OKL_DEAL_TERMS_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_DEAL_TERMS_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKL_CONTRACT_INFO
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_CONTRACT_INFO, status:VALID,
-
PACKAGE BODY: APPS.OKL_DEAL_TERMS_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_DEAL_TERMS_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKL_PAYMENT_SPLIT_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_PAYMENT_SPLIT_PVT, status:VALID,
-
PACKAGE: APPS.OKL_MAINTAIN_FEE_PVT
12.2.2
owner:APPS, object_type:PACKAGE, object_name:OKL_MAINTAIN_FEE_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKL_PAYMENT_SPLIT_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_PAYMENT_SPLIT_PVT, status:VALID,
-
View: OKL_PYMTS_FEE_INSTS_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_PYMTS_FEE_INSTS_UV, object_name:OKL_PYMTS_FEE_INSTS_UV, status:VALID, product: OKL - Leasing and Finance Management , description: User Interface view for Fee Line instance LOV on Payments Page , implementation_dba_data: APPS.OKL_PYMTS_FEE_INSTS_UV ,
-
PACKAGE BODY: APPS.OKL_AM_CALC_QUOTE_PYMNT_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_AM_CALC_QUOTE_PYMNT_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKL_LA_VALIDATION_UTIL_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_LA_VALIDATION_UTIL_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKL_LEASE_QUOTE_ASSET_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_LEASE_QUOTE_ASSET_PVT, status:VALID,
-
PACKAGE: APPS.OKL_MAINTAIN_FEE_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:OKL_MAINTAIN_FEE_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKL_CONTRACT_TOP_LINE_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_CONTRACT_TOP_LINE_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKL_CONTRACT_TOP_LINE_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_CONTRACT_TOP_LINE_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKL_LA_VALIDATION_UTIL_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_LA_VALIDATION_UTIL_PVT, status:VALID,
-
VIEW: APPS.OKL_FEE_SERVICE_STRMS_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_FEE_SERVICE_STRMS_UV, object_name:OKL_FEE_SERVICE_STRMS_UV, status:VALID,
-
VIEW: APPS.OKL_FEE_SERVICE_STRMS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_FEE_SERVICE_STRMS_UV, object_name:OKL_FEE_SERVICE_STRMS_UV, status:VALID,
-
PACKAGE BODY: APPS.OKL_CS_LC_CONTRACT_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_CS_LC_CONTRACT_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKL_LA_PAYMENTS_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_LA_PAYMENTS_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKL_CS_LC_CONTRACT_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_CS_LC_CONTRACT_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKL_CONTRACT_LINE_ITEM_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_CONTRACT_LINE_ITEM_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKL_AM_CALC_QUOTE_PYMNT_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_AM_CALC_QUOTE_PYMNT_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKL_LEASE_QUOTE_ASSET_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_LEASE_QUOTE_ASSET_PVT, status:VALID,
-
VIEW: APPS.OKL_PYMTS_FEE_INSTS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_PYMTS_FEE_INSTS_UV, object_name:OKL_PYMTS_FEE_INSTS_UV, status:VALID,
-
View: OKL_FEE_SERVICE_STRMS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_FEE_SERVICE_STRMS_UV, object_name:OKL_FEE_SERVICE_STRMS_UV, status:VALID, product: OKL - Lease and Finance Management , description: View for list of fee and services in a contract , implementation_dba_data: APPS.OKL_FEE_SERVICE_STRMS_UV ,
-
VIEW: APPS.OKL_PYMTS_FEE_INSTS_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_PYMTS_FEE_INSTS_UV, object_name:OKL_PYMTS_FEE_INSTS_UV, status:VALID,
-
PACKAGE BODY: APPS.OKL_LA_PAYMENTS_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_LA_PAYMENTS_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKL_CONTRACT_LINE_ITEM_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_CONTRACT_LINE_ITEM_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKL_MAINTAIN_FEE_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_MAINTAIN_FEE_PVT, status:VALID,