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


VIEW: APPS.OKL_PRODUCT_OPTIONS_UV

Object Details
Object Name: OKL_PRODUCT_OPTIONS_UV
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOKL.OKL_PRODUCT_OPTIONS_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
OPTIONAL_YN VARCHAR2 (3) Yes This is to specify whether the relationship is required or optional
PDT_ID NUMBER
Yes Foreign key to view OKL_PRODUCTS_V
PDT_NAME VARCHAR2 (150) Yes This is the name for the Product.
OPT_ID NUMBER
Yes Foreign key to view OKL_OPTIONS_V
OPT_NAME VARCHAR2 (150) Yes The name for the Option
OPT_DESCRIPTION VARCHAR2 (1995)
This is description for the Option.
OBJECT_VERSION_NUMBER NUMBER (9) Yes Column used for locking records during updates
FROM_DATE DATE
Yes From Date
TO_DATE DATE

To Date
Query Text

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


SELECT ID
,      OPTIONAL_YN
,      PDT_ID
,      PDT_NAME
,      OPT_ID
,      OPT_NAME
,      OPT_DESCRIPTION
,      OBJECT_VERSION_NUMBER
,      FROM_DATE
,      TO_DATE
FROM APPS.OKL_PRODUCT_OPTIONS_UV;

Dependencies

[top of page]

APPS.OKL_PRODUCT_OPTIONS_UV references the following:

SchemaAPPS
SynonymOKL_OPTIONS
SynonymOKL_PDT_OPTS
SynonymOKL_PRODUCTS

APPS.OKL_PRODUCT_OPTIONS_UV is not referenced by any database object