Search Results authoring_org_id
Overview
OKL_AM_CONTRACT_ADV_SEARCH_UV is a valid APPS-owned view within the OKL – Leasing and Finance Management product family, deployed in Oracle E-Business Suite 12.1.1 and 12.2.2. It serves as the advanced search interface layer for lease and finance contract authoring records, exposing a normalized projection of contract, asset, status, and party attributes for query and integration purposes.
In the documented ETRM 12.2.2 metadata, the view text resolves to a deliberately empty result set: the projection selects NULL for every column and filters the underlying union view with the predicate OCP.ID = 0. This confirms that OKL_AM_CONTRACT_ADV_SEARCH_UV functions as a structural placeholder — a typed signature that downstream consumers (Oracle Forms LOVs, OAF advanced search regions, or custom reports) can bind against even when no qualifying rows exist. It is not a data-bearing reporting object on its own; it depends on OKL_AM_CONTRACT_PARTIES_UV for its column shape.
Underlying Base Objects
The documented referenced base objects are:
- OKL_AM_CONTRACT_PARTIES_UV (VIEW) — the primary source in the FROM clause, aliased OCP. It supplies all projected columns, including AUTHORING_ORG_ID and PARTY_NAME.
- FND_GLOBAL (PACKAGE) — the standard Oracle EBS context package, typically invoked in the full union view for organization and responsibility resolution.
- OKC_UTIL (PACKAGE) — the Contracts Core utility package, providing shared contract lookups (status meaning, party, and numbering logic).
Function-oriented joins against OKL_AM_CONTRACT_PARTIES_UV can be leveraged in custom extensions, though the shipped view intentionally returns zero rows.
Key Columns
- CHR_ID — identifier for the change request or contract header reference.
- ASSET_NUMBER — leased asset number tied to the contract.
- SERIAL_NUMBER — manufacturer or system serial number for the asset.
- CONTRACT_NUMBER — the contract's business-facing number.
- START_DATE / END_DATE — effective term boundaries of the contract.
- STS_CODE — status code (typically mapped to FND lookup values).
- STS_MEANING — decoded status description.
- AUTHORING_ORG_ID — the organization Owning/authoring the contract; used for multi-org security filtering and is the field most frequently queried by users.
- PARTY_NAME — the customer or party name associated with the contract.
Common Use Cases and Queries
Because the shipped view returns no rows, it is typically referenced as a template. A representative query matches the documented projection:
SELECT chr_id, asset_number, serial_number, contract_number,
start_date, end_date, sts_code, sts_meaning,
authoring_org_id, party_name
FROM apps.okl_am_contract_adv_search_uv;
To obtain actual data — the standard approach for advanced search on authoring_org_id — query the underlying union view directly:
SELECT contract_number, authoring_org_id, party_name
FROM apps.okl_am_contract_parties_uv
WHERE authoring_org_id = :p_org_id;
Typical scenarios include building an advanced search LOV for lease contracts by authoring organization, feeding a multi-org secured report, and validating that contract rows exist for a given operating unit before invoking downstream OKL APIs. Developers extending the view should preserve the AUTHORING_ORG_ID column contract, since Forms and OAF search regions bind to it by name.
-
View: OKL_AM_CONTRACT_ADV_SEARCH_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_AM_CONTRACT_ADV_SEARCH_UV, object_name:OKL_AM_CONTRACT_ADV_SEARCH_UV, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_AM_CONTRACT_ADV_SEARCH_UV ,
-
View: OKL_POOL_CONTRACTS_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_POOL_CONTRACTS_UV, object_name:OKL_POOL_CONTRACTS_UV, status:VALID, product: OKL - Leasing and Finance Management , description: Securitization - Pool Contracts UI view , implementation_dba_data: APPS.OKL_POOL_CONTRACTS_UV ,
-
View: OKL_ACCRUAL_OVERRIDE_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_ACCRUAL_OVERRIDE_UV, object_name:OKL_ACCRUAL_OVERRIDE_UV, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_ACCRUAL_OVERRIDE_UV ,
-
View: OKL_LA_SERV_INTGR_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_LA_SERV_INTGR_UV, object_name:OKL_LA_SERV_INTGR_UV, status:VALID, product: OKL - Leasing and Finance Management , description: OKL Service Integration Page View , implementation_dba_data: APPS.OKL_LA_SERV_INTGR_UV ,
-
View: OKL_LA_HEADERS_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_LA_HEADERS_UV, object_name:OKL_LA_HEADERS_UV, status:VALID, product: OKL - Leasing and Finance Management , description: User Interface View for getting Oracle Contracts for Lease header information , implementation_dba_data: APPS.OKL_LA_HEADERS_UV ,
-
View: OKL_CONDTLS_WELCOME_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CONDTLS_WELCOME_UV, object_name:OKL_CONDTLS_WELCOME_UV, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_CONDTLS_WELCOME_UV ,
-
View: OKL_SEC_HEADERS_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_SEC_HEADERS_UV, object_name:OKL_SEC_HEADERS_UV, status:VALID, product: OKL - Leasing and Finance Management , description: User Interface view for securitizaton headers , implementation_dba_data: APPS.OKL_SEC_HEADERS_UV ,
-
View: OKL_POOL_SRCH_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_POOL_SRCH_V, object_name:OKL_POOL_SRCH_V, status:VALID, product: OKL - Leasing and Finance Management , description: Securitization - Pool search view , implementation_dba_data: APPS.OKL_POOL_SRCH_V ,
-
View: OKL_POOL_SRCH_PAYFREQ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_POOL_SRCH_PAYFREQ_V, object_name:OKL_POOL_SRCH_PAYFREQ_V, status:VALID, product: OKL - Leasing and Finance Management , description: Securitization - pool search streams view. , implementation_dba_data: APPS.OKL_POOL_SRCH_PAYFREQ_V ,
-
View: OKL_LA_LINK_SERVICE_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_LA_LINK_SERVICE_UV, object_name:OKL_LA_LINK_SERVICE_UV, status:VALID, product: OKL - Leasing and Finance Management , description: OKL Link Service Line LOV View , implementation_dba_data: APPS.OKL_LA_LINK_SERVICE_UV ,
-
View: OKL_CS_RELATED_CONTRACT_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_RELATED_CONTRACT_UV, object_name:OKL_CS_RELATED_CONTRACT_UV, status:VALID, product: OKL - Leasing and Finance Management , description: List of Related Contracts , implementation_dba_data: APPS.OKL_CS_RELATED_CONTRACT_UV ,
-
View: OKL_LA_LINK_SERVICE_UV9
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_LA_LINK_SERVICE_UV9, object_name:OKL_LA_LINK_SERVICE_UV9, status:VALID, product: OKL - Leasing and Finance Management , description: OKL Link Service Line LOV View , implementation_dba_data: APPS.OKL_LA_LINK_SERVICE_UV9 ,
-
View: OKL_EBIZ_KHEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_EBIZ_KHEADERS_V, object_name:OKL_EBIZ_KHEADERS_V, status:VALID, product: OKL - Leasing and Finance Management , description: Find grid for eBusiness Integration.This grid is shown of Contracts tab in eBusiness,Purpose of this view is to filter out lease contracts,based on subclass_code='LEASE' , implementation_dba_data: APPS.OKL_EBIZ_KHEADERS_V ,
-
View: OKL_RELATED_CONTRACT_ALL_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_RELATED_CONTRACT_ALL_UV, object_name:OKL_RELATED_CONTRACT_ALL_UV, status:VALID, product: OKL - Leasing and Finance Management , description: List of Related Contracts , implementation_dba_data: APPS.OKL_RELATED_CONTRACT_ALL_UV ,
-
View: OKL_SEC_AGREEMENTS_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_SEC_AGREEMENTS_UV, object_name:OKL_SEC_AGREEMENTS_UV, status:VALID, product: OKL - Leasing and Finance Management , description: User Interface view for securitization agreements , implementation_dba_data: APPS.OKL_SEC_AGREEMENTS_UV ,
-
View: OKL_VP_AGREEMENT_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_VP_AGREEMENT_UV, object_name:OKL_VP_AGREEMENT_UV, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_VP_AGREEMENT_UV ,
-
View: OKL_SO_COVERED_ASSET_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_SO_COVERED_ASSET_UV, object_name:OKL_SO_COVERED_ASSET_UV, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_SO_COVERED_ASSET_UV ,
-
View: OKL_LA_SRV_COV_AST_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_LA_SRV_COV_AST_UV, object_name:OKL_LA_SRV_COV_AST_UV, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_LA_SRV_COV_AST_UV ,
-
View: OKL_K_HEADERS_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_K_HEADERS_UV, object_name:OKL_K_HEADERS_UV, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_K_HEADERS_UV ,
-
View: OKL_LA_TRADEIN_LOV_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_LA_TRADEIN_LOV_UV, object_name:OKL_LA_TRADEIN_LOV_UV, status:VALID, product: OKL - Leasing and Finance Management , description: Trade-in Asset Association LOV view , implementation_dba_data: APPS.OKL_LA_TRADEIN_LOV_UV ,
-
View: OKL_LA_FEE_COVERED_ASSET_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_LA_FEE_COVERED_ASSET_UV, object_name:OKL_LA_FEE_COVERED_ASSET_UV, status:VALID, product: OKL - Leasing and Finance Management , description: User Interface view for covered assets LOV on fee page , implementation_dba_data: APPS.OKL_LA_FEE_COVERED_ASSET_UV ,
-
View: OKL_K_HEADERS_FULL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_K_HEADERS_FULL_V, object_name:OKL_K_HEADERS_FULL_V, status:VALID, product: OKL - Leasing and Finance Management , description: OKL_K_HEADERS_FULL_V is fulll View on tables OKC_K_HEADERS_B OKL_K_HEADERS. This combines the contracts core and lease managment header attributes into one view. , implementation_dba_data: APPS.OKL_K_HEADERS_FULL_V ,
-
View: OKL_K_HEADERS_FULL_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_K_HEADERS_FULL_ALL_V, object_name:OKL_K_HEADERS_FULL_ALL_V, status:VALID, product: OKL - Leasing and Finance Management , description: OKL_K_HEADERS_FULL_V is fulll View on tables OKC_K_HEADERS_B OKL_K_HEADERS. This combines the contracts core and lease managment header attributes into one view. , implementation_dba_data: APPS.OKL_K_HEADERS_FULL_ALL_V ,
-
View: OKL_AM_CONTRACT_PARTIES_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_AM_CONTRACT_PARTIES_UV, object_name:OKL_AM_CONTRACT_PARTIES_UV, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_AM_CONTRACT_PARTIES_UV ,
-
View: OKL_K_HEADERS_FULL_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_K_HEADERS_FULL_UV, object_name:OKL_K_HEADERS_FULL_UV, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_K_HEADERS_FULL_UV ,