[Home] [Help]
[Dependency Information]
| Object Name: | OKL_LA_PRODUCT_OPTIONS_UV |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKL.OKL_LA_PRODUCT_OPTIONS_UV
|
| Subobject Name: | |
| Status: | VALID |
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.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| OPTION_NAME | VARCHAR2 | (150) | Yes | |
| OPTION_DESCRIPTION | VARCHAR2 | (1995) | ||
| VALUE | VARCHAR2 | (150) | Yes | |
| VALUE_DESCRIPTION | VARCHAR2 | (1995) | ||
| KHR_ID | NUMBER | Yes | Foreign key to view OKL_K_HEADERS_V |
Cut, paste (and edit) the following text to query this object:
SELECT OPTION_NAME
, OPTION_DESCRIPTION
, VALUE
, VALUE_DESCRIPTION
, KHR_ID
FROM APPS.OKL_LA_PRODUCT_OPTIONS_UV;
APPS
OKL_OPTIONS
OKL_OPT_VALUES
OKL_PDT_OPTS
OKL_PDT_OPT_VALS
OKL_SLCTD_OPTNS
APPS.OKL_LA_PRODUCT_OPTIONS_UV is not referenced by any database object
|
|
|
|