[Home] [Help]
[Dependency Information]
| Object Name: | OKL_OPT_VALUES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKL.OKL_OPT_VALUES_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
DEFINITION
The valid values options can have
EXAMPLE
For Early Termination Option, the valid values are No Termination Fee, Set Termination Fee etc.
Ex: Option Value
BPO FMV
$1
During the setup of options, each option is allowed to attach any rule definitions that best describe the functionality. Similarly the values that are attached to an option, are allowed to attach a complete or subset of rules that are attached to the option. These option value rules are now allowed to be able to attach to the rule templates that correspond to the rule. With these rule templates, the option values get their values. This way the users can define characteristics to their option values based on which rule templates they attach.
MISCELLANEOUS
| 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 |
| OPT_ID | NUMBER | Yes | Foreign key to table OKL_OPTIONS | |
| VALUE | VARCHAR2 | (150) | Yes | This is the value for the Option. |
| DESCRIPTION | VARCHAR2 | (1995) | User entered description | |
| 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
, OPT_ID
, VALUE
, DESCRIPTION
, FROM_DATE
, TO_DATE
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM APPS.OKL_OPT_VALUES_V;
APPS
OKL_OPT_VALUES
APPS
OKL_OPTIONS_PVT
- show dependent code
OKL_OVD_PVT
- show dependent code
OKL_OVE_PVT
- show dependent code
OKL_OVE_PVT
- show dependent code
OKL_POV_PVT
- show dependent code
OKL_SETUPOPTIONS_PVT
- show dependent code
OKL_SETUPOPTVALUES_PVT
- show dependent code
OKL_SETUPOVDTEMPLATES_PVT
- show dependent code
OKL_SETUPOVERULES_PVT
- show dependent code
OKL_SETUPPOVALUES_PVT
- show dependent code
OKL_SETUPPRODUCTS_PVT
- show dependent code
|
|
|
|