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


VIEW: APPS.OKL_LA_PDT_OPTS_VALS_UV

Object Details
Object Name: OKL_LA_PDT_OPTS_VALS_UV
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOKL.OKL_LA_PDT_OPTS_VALS_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
VALUE VARCHAR2 (150) Yes
DESCRIPTION VARCHAR2 (1995)
User entered description
ID NUMBER
Yes Primary key column
PON_ID NUMBER
Yes Foreign key to view OKL_PDT_OPTS_V
Query Text

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


SELECT VALUE
,      DESCRIPTION
,      ID
,      PON_ID
FROM APPS.OKL_LA_PDT_OPTS_VALS_UV;

Dependencies

[top of page]

APPS.OKL_LA_PDT_OPTS_VALS_UV references the following:

SchemaAPPS
SynonymOKL_OPT_VALUES
SynonymOKL_PDT_OPT_VALS

APPS.OKL_LA_PDT_OPTS_VALS_UV is not referenced by any database object