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