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


VIEW: APPS.OKL_LEASE_VENDORS_UV

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

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

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
ID1 NUMBER
Yes Supplier unique identifier
ID2 NUMBER
Yes Unique identifier of contract party role. Primary key column
NAME VARCHAR2 (240)
Supplier name
DESCRIPTION VARCHAR2 (30) Yes Supplier number
DNZ_CHR_ID NUMBER
Yes Contract ID. Denormalized for performance.
Query Text

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


SELECT ID1
,      ID2
,      NAME
,      DESCRIPTION
,      DNZ_CHR_ID
FROM APPS.OKL_LEASE_VENDORS_UV;

Dependencies

[top of page]

APPS.OKL_LEASE_VENDORS_UV references the following:

SchemaAPPS
SynonymOKC_K_PARTY_ROLES_B
ViewPO_VENDORS

APPS.OKL_LEASE_VENDORS_UV is not referenced by any database object