DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.OKL_LA_KLE_VENDORS_UV

Object Details
Object Name: OKL_LA_KLE_VENDORS_UV
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOKL.OKL_LA_KLE_VENDORS_UV
Subobject Name:
Status: VALID

View Type

A supplementary view used to simplify forms coding.

Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.

[View Source]

Columns
Name Datatype Length Mandatory Comments
CPL_ID NUMBER
Yes Unique identifier of contract party role. Primary key column
OBJECT1_ID1 VARCHAR2 (40)
Foreign key to an OKX view identifitied by corresponding JTOT_OBJECT_CODE column. First part of primary key in view.
OBJECT1_ID2 VARCHAR2 (200)
Foreign key to an OKX view identifitied by corresponding JTOT_OBJECT_CODE column. Second part of primary key in view.
RLE_CODE VARCHAR2 (30) Yes Role code for this party. Refers to lookup_code in fnd_lookups where lookup_type = OKC_ROLE.
VENDOR_NAME VARCHAR2 (240)
Supplier name
CLE_ID NUMBER

ID of contract line for which this party role is defined. Refers to ID of OKC_K_LINES_B.
DNZ_CHR_ID NUMBER
Yes Contract ID. Denormalized for performance.
VENDOR_ID NUMBER
Yes Supplier unique identifier
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT CPL_ID
,      OBJECT1_ID1
,      OBJECT1_ID2
,      RLE_CODE
,      VENDOR_NAME
,      CLE_ID
,      DNZ_CHR_ID
,      VENDOR_ID
FROM APPS.OKL_LA_KLE_VENDORS_UV;

Dependencies

[top of page]

APPS.OKL_LA_KLE_VENDORS_UV references the following:

SchemaAPPS
SynonymOKC_K_PARTY_ROLES_B
ViewPO_VENDORS

APPS.OKL_LA_KLE_VENDORS_UV is not referenced by any database object