Search Results okc_role
Overview
APPS.OKL_PARTY_ROLE_UV is a read-only database view in the Oracle E-Business Suite (EBS) Release 12.1.1 and 12.2.2 environment. It is owned by the APPS schema and is documented as part of the Oracle Enterprise Trade Relationship Management (ETRM) or Lease and Finance Management (OKL) application family. The view consolidates role and subclass-role information drawn from the Oracle Knowledge and Contracts (OKC) foundation tables, exposing a unified, filtered result set of party roles that are valid and active as of the current system date.
Functionally, OKL_PARTY_ROLE_UV serves as a reporting and integration surface that resolves lookup meaning text for role codes while restricting role visibility based on access level and joint venture object context. Rather than querying the base OKC tables directly, external reports, concurrent programs, and custom integrations can consume this view to obtain a pre-joined, date-effective, and semantically resolved list of roles. This is particularly relevant where the search term "okc_role" applies, since the view derives its lookup semantics from the OKC_ROLE lookup type.
Underlying Base Objects
The view is defined over three documented reference objects:
- OKC_ROLE_SOURCES (SYNONYM) — aliased as RSCV. This supplies the authoritative role code (RLE_CODE), joint venture object classification (JTOT_OBJECT_CODE), and buy/sell indicator (BUY_OR_SELL), together with an effective dating range (START_DATE and END_DATE).
- OKC_SUBCLASS_ROLES (SYNONYM) — aliased as SREV. This provides the subclass code (SCS_CODE) and the access level control (ACCESS_LEVEL).
- OKL_ACCOUNTING_UTIL (PACKAGE) — supplies the GET_LOOKUP_MEANING function used to translate the stored role code into a human-readable meaning.
The two synonyms are joined on RLE_CODE, with effective date filtering applied independently to each source so that only currently valid rows survive. The result is a de-normalized projection combining role definition, subclass association, and lookup meaning.
Key Columns
- MEANING — The descriptive text returned by OKL_ACCOUNTING_UTIL.GET_LOOKUP_MEANING for lookup type 'OKC_ROLE', giving the readable name of the role.
- LOOKUP_CODE — The raw role code (RLE_CODE) stored in the base table.
- LOOKUP_TYPE — A constant literal 'OKC_ROLE', indicating the lookup category from which the meaning is resolved.
- JTOT_OBJECT_CODE — The joint venture object classification, used in the access filter and typically holding values such as OKX_PARTY, OKX_VENDOR, or OKX_OPERUNIT.
- SCS_CODE — The subclass code from OKC_SUBCLASS_ROLES, identifying the subclass to which the role belongs.
- BUY_OR_SELL — A directional indicator distinguishing whether the role participates on the buy or sell side.
Common Use Cases and Queries
Typical usage includes populating role selection lists in custom forms, feeding role data into lease or party reporting, and validating role assignments during integration loads. Because the view enforces date and access-level restrictions, it is well suited to transactional contexts where only current, permitted roles must appear.
Example query to list all currently valid roles with their meanings:
SELECT LOOKUP_CODE, MEANING, SCS_CODE, JTOT_OBJECT_CODE, BUY_OR_SELL FROM APPS.OKL_PARTY_ROLE_UV ORDER BY MEANING;
Example query filtering roles by subclass:
SELECT MEANING, LOOKUP_CODE FROM APPS.OKL_PARTY_ROLE_UV WHERE SCS_CODE = :p_subclass;
Consult the ETRM documentation for the authoritative view text before extending or wrapping this object in custom code.
-
Lookup Type: OKC_ROLE
12.1.1
product: OKC - Contracts Core , meaning: CONTRACT PARTY ROLE , description: CONTRACT PARTY ROLE ,
-
Lookup Type: OKC_ROLE
12.2.2
product: OKC - Contracts Core , meaning: CONTRACT PARTY ROLE , description: CONTRACT PARTY ROLE ,
-
VIEW: APPS.OKL_PARTY_ROLE_UV
12.2.2
-
VIEW: APPS.OKL_PARTY_ROLE_UV
12.1.1
-
VIEW: APPS.OKI_PARTY_ROLES_V
12.1.1
-
VIEW: APPS.OKI_PROLE_OLTP_V
12.1.1
-
VIEW: APPS.OKL_VENDOR_TYPES_UV
12.1.1
-
VIEW: APPS.OKL_VENDOR_TYPES_UV
12.2.2
-
View: OKL_PARTY_ROLE_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_PARTY_ROLE_UV, object_name:OKL_PARTY_ROLE_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_PARTY_ROLE_UV ,
-
View: OKL_PARTY_ROLE_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_PARTY_ROLE_UV, object_name:OKL_PARTY_ROLE_UV, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_PARTY_ROLE_UV ,
-
VIEW: APPS.OKI_K_PARTIES_V
12.1.1
-
VIEW: APPS.OKL_LA_K_PARTY_ROLES_UV
12.1.1
-
View: OKI_K_PARTIES_V
12.2.2
product: OKI - Contracts Intelligence (Obsolete) , description: Information about the parties to contracts. , implementation_dba_data: Not implemented in this database ,
-
TABLE: OKL.OKL_SSC_PARTY_ROLE_MAP
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_SSC_PARTY_ROLE_MAP, object_name:OKL_SSC_PARTY_ROLE_MAP, status:VALID,
-
View: OKI_K_PARTIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKI.OKI_K_PARTIES_V, object_name:OKI_K_PARTIES_V, status:VALID, product: OKI - Contracts Intelligence , description: Information about the parties to contracts. , implementation_dba_data: APPS.OKI_K_PARTIES_V ,
-
TABLE: OKL.OKL_SSC_PARTY_ROLE_MAP
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_SSC_PARTY_ROLE_MAP, object_name:OKL_SSC_PARTY_ROLE_MAP, status:VALID,
-
VIEW: APPS.OKL_LA_K_PARTY_ROLES_UV
12.2.2
-
VIEW: APPS.OKL_AM_QUOTE_PARTIES_UV
12.1.1
-
VIEW: APPS.OKC_K_PARTY_ROLES_HV
12.1.1
-
VIEW: APPS.OKL_AM_QUOTE_PARTIES_UV
12.2.2
-
VIEW: APPS.OKC_K_PARTY_ROLES_V
12.2.2
-
VIEW: APPS.OKC_K_PARTY_ROLES_HV
12.2.2
-
VIEW: APPS.OKC_K_PARTY_ROLES_V
12.1.1
-
View: OKL_VENDOR_TYPES_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_VENDOR_TYPES_UV, object_name:OKL_VENDOR_TYPES_UV, status:VALID, product: OKL - Lease and Finance Management , description: User interface view to select role type for vendor billing setup page , implementation_dba_data: APPS.OKL_VENDOR_TYPES_UV ,
-
View: OKL_VENDOR_TYPES_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_VENDOR_TYPES_UV, object_name:OKL_VENDOR_TYPES_UV, status:VALID, product: OKL - Leasing and Finance Management , description: User interface view to select role type for vendor billing setup page , implementation_dba_data: APPS.OKL_VENDOR_TYPES_UV ,
-
View: OKC_KOL_PARTY_ROLES_V
12.1.1
product: OKC - Contracts Core , implementation_dba_data: Not implemented in this database ,
-
View: OKC_KOL_PARTY_ROLES_V
12.2.2
product: OKC - Contracts Core , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.OKL_AM_ASSET_QUOTES_UV
12.2.2
-
APPS.OKC_QA_DATA_INTEGRITY SQL Statements
12.2.2
-
VIEW: APPS.OKL_AM_ASSET_QUOTES_UV
12.1.1
-
APPS.OKC_QA_DATA_INTEGRITY SQL Statements
12.1.1
-
View: OKR_K_PARTY_ROLES_DV
12.2.2
product: OKR - Contracts for Rights (Obsolete) , description: view for FND_LOOKUPS and OKC_K_PARTY_ROLES_DV , implementation_dba_data: Not implemented in this database ,
-
APPS.OKS_OKSCODET_XMLP_PKG SQL Statements
12.2.2
-
APPS.OKS_OKSCODET_XMLP_PKG SQL Statements
12.1.1
-
View: OKR_K_PARTY_ROLES_HDV
12.1.1
product: OKR - Contracts for Rights (Obsolete) , description: History view for OKR_K_PARTY_ROLES_DV , implementation_dba_data: Not implemented in this database ,
-
View: OKR_K_PARTY_ROLES_HDV
12.2.2
product: OKR - Contracts for Rights (Obsolete) , description: History view for OKR_K_PARTY_ROLES_DV , implementation_dba_data: Not implemented in this database ,
-
View: OKL_AM_QUOTE_PARTIES_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_AM_QUOTE_PARTIES_UV, object_name:OKL_AM_QUOTE_PARTIES_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_AM_QUOTE_PARTIES_UV ,
-
VIEW: APPS.OKL_AM_QUOTES_UV
12.2.2
-
View: OKR_K_PARTY_ROLES_DV
12.1.1
product: OKR - Contracts for Rights (Obsolete) , description: view for FND_LOOKUPS and OKC_K_PARTY_ROLES_DV , implementation_dba_data: Not implemented in this database ,
-
View: OKL_LA_K_PARTY_ROLES_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_LA_K_PARTY_ROLES_UV, object_name:OKL_LA_K_PARTY_ROLES_UV, status:VALID, product: OKL - Lease and Finance Management , description: User interface view for party role pages , implementation_dba_data: APPS.OKL_LA_K_PARTY_ROLES_UV ,
-
View: OKL_LA_K_PARTY_ROLES_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_LA_K_PARTY_ROLES_UV, object_name:OKL_LA_K_PARTY_ROLES_UV, status:VALID, product: OKL - Leasing and Finance Management , description: User interface view for party role pages , implementation_dba_data: APPS.OKL_LA_K_PARTY_ROLES_UV ,
-
View: OKL_AM_QUOTE_PARTIES_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_AM_QUOTE_PARTIES_UV, object_name:OKL_AM_QUOTE_PARTIES_UV, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_AM_QUOTE_PARTIES_UV ,
-
VIEW: APPS.OKI_HPARTY_DTL_V
12.1.1
owner:APPS, object_type:VIEW, object_name:OKI_HPARTY_DTL_V, status:VALID,
-
View: OKC_K_PARTY_ROLES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_K_PARTY_ROLES_V, object_name:OKC_K_PARTY_ROLES_V, status:VALID, product: OKC - Contracts Core , description: View for table OKC_CONTRACT_PARTY_ROLES_B , implementation_dba_data: APPS.OKC_K_PARTY_ROLES_V ,
-
12.1.1 FND Design Data
12.1.1
-
VIEW: APPS.OKL_AM_QUOTES_UV
12.1.1
-
View: OKC_K_PARTY_ROLES_HV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_K_PARTY_ROLES_HV, object_name:OKC_K_PARTY_ROLES_HV, status:VALID, product: OKC - Contracts Core , description: History view for OKC_K_PARTY_ROLES. , implementation_dba_data: APPS.OKC_K_PARTY_ROLES_HV ,
-
View: OKC_K_PARTY_ROLES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_K_PARTY_ROLES_V, object_name:OKC_K_PARTY_ROLES_V, status:VALID, product: OKC - Contracts Core , description: View for table OKC_CONTRACT_PARTY_ROLES_B , implementation_dba_data: APPS.OKC_K_PARTY_ROLES_V ,
-
12.2.2 FND Design Data
12.2.2
-
View: OKC_K_PARTY_ROLES_HV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_K_PARTY_ROLES_HV, object_name:OKC_K_PARTY_ROLES_HV, status:VALID, product: OKC - Contracts Core , description: History view for OKC_K_PARTY_ROLES. , implementation_dba_data: APPS.OKC_K_PARTY_ROLES_HV ,