[Home] [Help]
[Dependency Information]
| Object Name: | OKL_LA_PDT_OPTS_VALS_UV |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKL.OKL_LA_PDT_OPTS_VALS_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 |
|---|---|---|---|---|
| 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 |
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;
APPS
OKL_OPT_VALUES
OKL_PDT_OPT_VALS
APPS.OKL_LA_PDT_OPTS_VALS_UV is not referenced by any database object
|
|
|
|