DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.OKL_OPT_VALUES_V

Object Details
Object Name: OKL_OPT_VALUES_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOKL.OKL_OPT_VALUES_V
Subobject Name:
Status: VALID

View Type

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


[View Source]

Columns
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
Query Text

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;

Dependencies

[top of page]

APPS.OKL_OPT_VALUES_V references the following:

SchemaAPPS
SynonymOKL_OPT_VALUES
APPS.OKL_OPT_VALUES_V is referenced by following:

SchemaAPPS
Package BodyOKL_OPTIONS_PVT - show dependent code
Package BodyOKL_OVD_PVT - show dependent code
Package BodyOKL_OVE_PVT - show dependent code
PL/SQL PackageOKL_OVE_PVT - show dependent code
Package BodyOKL_POV_PVT - show dependent code
Package BodyOKL_SETUPOPTIONS_PVT - show dependent code
Package BodyOKL_SETUPOPTVALUES_PVT - show dependent code
Package BodyOKL_SETUPOVDTEMPLATES_PVT - show dependent code
Package BodyOKL_SETUPOVERULES_PVT - show dependent code
Package BodyOKL_SETUPPOVALUES_PVT - show dependent code
Package BodyOKL_SETUPPRODUCTS_PVT - show dependent code