[Home] [Help]
[Dependency Information]
| Object Name: | OKL_PDT_OPT_VALS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKL.OKL_PDT_OPT_VALS_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
DEFINITION
Product option values are the valid option values allowed for the product. A product may have only certain values allowed for the available options
EXAMPLE
Product Options Values
USDF Evergreen Yes
No
Tax Ownership Lessor
Lessee
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ROW_ID | ROWID | (10) | Row Identifier in the database | |
| ID | NUMBER | Yes | Primary key column | |
| OBJECT_VERSION_NUMBER | NUMBER | (9) | Yes | Column used for locking records during updates |
| OVE_ID | NUMBER | Yes | Foreign key to table OKL_OPT_VALUES | |
| PON_ID | NUMBER | Yes | Foreign key to table OKL_PDT_OPTS | |
| FROM_DATE | DATE | Yes | From date | |
| TO_DATE | DATE | To date | ||
| CREATED_BY | NUMBER | (15) | Yes | Standard who column |
| CREATION_DATE | DATE | Yes | Standard who column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column |
| LAST_UPDATE_DATE | DATE | Yes | Standard who column | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column |
Cut, paste (and edit) the following text to query this object:
SELECT ROW_ID
, ID
, OBJECT_VERSION_NUMBER
, OVE_ID
, PON_ID
, FROM_DATE
, TO_DATE
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM APPS.OKL_PDT_OPT_VALS_V;
APPS
OKL_PDT_OPT_VALS
APPS
OKL_PDT_OPT_VALS_UV
OKL_POV_PVT
- show dependent code
OKL_POV_PVT
- show dependent code
OKL_SETUPOPTVALUES_PVT
- show dependent code
OKL_SETUPOVDTEMPLATES_PVT
- show dependent code
OKL_SETUPOVERULES_PVT
- show dependent code
OKL_SETUPPOPTIONS_PVT
- show dependent code
OKL_SETUPPOVALUES_PVT
- show dependent code
OKL_SETUPPRODUCTS_PVT
- show dependent code
|
|
|
|