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


VIEW: APPS.OKL_PDT_OPT_VALS_UV

Object Details
Object Name: OKL_PDT_OPT_VALS_UV
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOKL.OKL_PDT_OPT_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
ID NUMBER
Yes Primary key column
OVE_ID NUMBER
Yes Foreign key to view OKL_OPT_VALUES_V
PON_ID NUMBER
Yes Foreign key to view OKL_PDT_OPTS_V
FROM_DATE DATE
Yes From Date
TO_DATE DATE

To Date
VALUE VARCHAR2 (150) Yes This is the value for the Option Value.
OBJECT_VERSION_NUMBER NUMBER (9) Yes Column used for locking records during updates
Query Text

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


SELECT ID
,      OVE_ID
,      PON_ID
,      FROM_DATE
,      TO_DATE
,      VALUE
,      OBJECT_VERSION_NUMBER
FROM APPS.OKL_PDT_OPT_VALS_UV;

Dependencies

[top of page]

APPS.OKL_PDT_OPT_VALS_UV references the following:

SchemaAPPS
SynonymOKL_OPT_VALUES
ViewOKL_PDT_OPT_VALS_V

APPS.OKL_PDT_OPT_VALS_UV is not referenced by any database object