Search Results yield_type
Overview
OKL_CS_LEASE_RENEWALS_UV is a read-only database view owned by the APPS schema within the Oracle Lease and Finance Management (OKL) module of Oracle E-Business Suite. Its purpose is to present lease and finance transaction requests — specifically those associated with renewal and restructure activity — in a denormalized, user-friendly form suitable for reporting, inquiry screens, and integration. Rather than requiring join logic against lookup and user tables, the view surfaces already-resolved status and type descriptions alongside the raw request data.
The view is valid and exposed to external consumers such as Oracle Reports, OBIEE extracts, custom concurrent programs, and SOA or REST-based integrations. Because it abstracts the underlying transactional tables, it provides a stable, presentation-oriented interface for the renewal request lifecycle. It is relevant to both EBS 12.1.1 and 12.2.2, where the OKL data model remains consistent.
Underlying Base Objects
The view is defined over four documented base objects:
- OKL_TRX_REQUESTS (SYNONYM) — the primary transactional source, aliased as TRQ. It holds the lease transaction request records, including amounts, terms, statuses, and types.
- FND_LOOKUPS (VIEW) — joined twice, aliased as STAT and TYPE, to translate lookup codes into meaningful descriptions using lookup types OKL_REQUEST_STATUS and OKL_REQUEST_TYPE.
- FND_USER (SYNONYM) — aliased as USR, joined on TRQ.LAST_UPDATED_BY = USR.USER_ID to resolve the requesting user's name.
- FND_GLOBAL (PACKAGE) — referenced for session context such as responsibility and user, consistent with ETRM metadata.
The join to FND_LOOKUPS is an inner join constrained by lookup type, meaning any request with an unseeded status or type code would be excluded from the result set. The join to FND_USER is likewise inner, so unresolved user IDs are suppressed.
Key Columns
The view exposes 24 columns that map closely to the underlying request attributes:
- REQUEST_NUMBER / REQUEST_ID — the human-readable request identifier and its internal primary key.
- REQUEST_STATUS_CODE / REQUEST_STATUS — the raw lookup code and its decoded meaning (from OKL_REQUEST_STATUS).
- REQUEST_TYPE_CODE / REQUEST_TYPE — the raw code and decoded meaning (from OKL_REQUEST_TYPE).
- REQUEST_DATE — sourced from LAST_UPDATE_DATE, indicating when the request was last modified.
- RENT, CURRENCY_CODE, YIELD, YIELD_TYPE, RESIDUAL, TERM — core financial and term attributes of the renewal.
- START_DATE / END_DATE, RESTRUCTURE_DATE, PAYMENT_FREQUENCY_CODE, PAST_DUE_YN — scheduling and condition flags.
- KHR_ID / PARENT_KHR_ID — linkage to the lease contract (KHR) hierarchy.
- CREATED_BY — the numeric user ID of the creator.
- REQUESTED_BY — the resolved FND_USER.USER_NAME, which is the column most relevant to the search term "requested_by."
Common Use Cases and Queries
A frequent scenario is identifying which user raised a renewal request, which is served directly by the REQUESTED_BY column. A typical query lists pending renewals with requester and status:
SELECT request_number, requested_by, request_status, request_type, rent, start_date FROM okl_cs_lease_renewals_uv WHERE requested_by = 'JSMITH';SELECT request_status, COUNT(*) FROM okl_cs_lease_renewals_uv GROUP BY request_status;SELECT request_number, rent, yield, term FROM okl_cs_lease_renewals_uv WHERE past_due_yn = 'Y' AND restructure_date IS NULL;
Because REQUESTED_BY derives from LAST_UPDATED_BY rather than a dedicated requester column, analysts should recognize that the value reflects the last user to modify the request, not necessarily the original originator. For original attribution, CREATED_BY or the base OKL_TRX_REQUESTS audit columns should be consulted.
-
View: OKL_CS_LEASE_RENEWALS_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_LEASE_RENEWALS_UV, object_name:OKL_CS_LEASE_RENEWALS_UV, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_CS_LEASE_RENEWALS_UV ,
-
VIEW: APPS.OKL_LEASE_RENEWALS_ALL_UV
12.2.2
-
VIEW: APPS.OKL_LEASE_RENEWALS_ALL_UV
12.1.1
-
VIEW: OKL.OKL_TRX_REQUESTS#
12.2.2
-
View: OKL_CS_PRINCIPAL_PAYDOWN_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_PRINCIPAL_PAYDOWN_UV, object_name:OKL_CS_PRINCIPAL_PAYDOWN_UV, status:VALID, product: OKL - Leasing and Finance Management , description: List of Principal Paydown Requests , implementation_dba_data: APPS.OKL_CS_PRINCIPAL_PAYDOWN_UV ,
-
View: OKL_CS_LEASE_RENEWALS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_LEASE_RENEWALS_UV, object_name:OKL_CS_LEASE_RENEWALS_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_CS_LEASE_RENEWALS_UV ,
-
View: OKL_LEASE_RENEWALS_ALL_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_LEASE_RENEWALS_ALL_UV, object_name:OKL_LEASE_RENEWALS_ALL_UV, status:VALID, product: OKL - Lease and Finance Management , description: View for displaying Lease Renewals for all Operating Units. , implementation_dba_data: APPS.OKL_LEASE_RENEWALS_ALL_UV ,
-
View: OKL_CS_PRINCIPAL_PAYDOWN_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_PRINCIPAL_PAYDOWN_UV, object_name:OKL_CS_PRINCIPAL_PAYDOWN_UV, status:VALID, product: OKL - Lease and Finance Management , description: List of Principal Paydown Requests , implementation_dba_data: APPS.OKL_CS_PRINCIPAL_PAYDOWN_UV ,
-
View: OKL_LEASE_RENEWALS_ALL_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_LEASE_RENEWALS_ALL_UV, object_name:OKL_LEASE_RENEWALS_ALL_UV, status:VALID, product: OKL - Leasing and Finance Management , description: View for displaying Lease Renewals for all Operating Units. , implementation_dba_data: APPS.OKL_LEASE_RENEWALS_ALL_UV ,
-
VIEW: APPS.OKL_CS_PRINCIPAL_PAYDOWN_UV
12.1.1
-
VIEW: APPS.OKL_CS_LEASE_RENEWALS_UV
12.1.1
-
VIEW: APPS.OKL_CS_PRINCIPAL_PAYDOWN_UV
12.2.2
-
VIEW: APPS.OKL_CS_LEASE_RENEWALS_UV
12.2.2
-
View: OKL_TRX_REQUESTS_V
12.1.1
product: OKL - Leasing and Finance Management , description: Stores transaction-level request information. Records in this table either represent Contract-level requests or Asset-level requests. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.OKL_CS_LEASE_RENEWALS_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_LEASE_RENEWALS_UV, object_name:OKL_CS_LEASE_RENEWALS_UV, status:VALID,
-
View: OKL_TRX_REQUESTS_V
12.2.2
product: OKL - Lease and Finance Management , description: Stores transaction-level request information. Records in this table either represent Contract-level requests or Asset-level requests. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.OKL_CS_LEASE_RENEWALS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_LEASE_RENEWALS_UV, object_name:OKL_CS_LEASE_RENEWALS_UV, status:VALID,
-
VIEW: APPS.OKL_CS_PRINCIPAL_PAYDOWN_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_PRINCIPAL_PAYDOWN_UV, object_name:OKL_CS_PRINCIPAL_PAYDOWN_UV, status:VALID,
-
VIEW: APPS.OKL_LEASE_RENEWALS_ALL_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_LEASE_RENEWALS_ALL_UV, object_name:OKL_LEASE_RENEWALS_ALL_UV, status:VALID,
-
VIEW: APPS.OKL_CS_PRINCIPAL_PAYDOWN_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_PRINCIPAL_PAYDOWN_UV, object_name:OKL_CS_PRINCIPAL_PAYDOWN_UV, status:VALID,
-
VIEW: APPS.OKL_LEASE_RENEWALS_ALL_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_LEASE_RENEWALS_ALL_UV, object_name:OKL_LEASE_RENEWALS_ALL_UV, status:VALID,
-
VIEW: OKL.OKL_TRX_REQUESTS#
12.2.2
owner:OKL, object_type:VIEW, object_name:OKL_TRX_REQUESTS#, status:VALID,
-
TABLE: OKL.OKL_TRX_REQUESTS
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_TRX_REQUESTS, object_name:OKL_TRX_REQUESTS, status:VALID,
-
APPS.OKL_TRQ_PVT SQL Statements
12.1.1
-
TABLE: OKL.OKL_TRX_REQUESTS
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_TRX_REQUESTS, object_name:OKL_TRX_REQUESTS, status:VALID,
-
APPS.OKL_TRQ_PVT SQL Statements
12.2.2
-
PACKAGE: APPS.OKL_TRQ_PVT
12.1.1
-
PACKAGE: APPS.OKL_TRQ_PVT
12.2.2
-
PACKAGE BODY: APPS.OKL_TRQ_PVT
12.2.2
-
PACKAGE BODY: APPS.OKL_TRQ_PVT
12.1.1
-
APPS.OKL_TRQ_PVT dependencies on OKL_TRX_REQUESTS
12.1.1
-
APPS.OKL_TRQ_PVT dependencies on OKL_TRX_REQUESTS
12.2.2
-
APPS.OKL_TRQ_PVT dependencies on OKL_API
12.1.1
-
APPS.OKL_TRQ_PVT dependencies on OKL_API
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 ,