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


TABLE: OKL.OKL_OPT_VALUES

Object Details
Object Name: OKL_OPT_VALUES
Object Type: TABLE
Owner: OKL
FND Design Data: TableOKL.OKL_OPT_VALUES
Subobject Name:
Status: VALID


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


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
OKL_OPT_VALUES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnID
OKL_OPT_VALUES_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnOPT_ID
ColumnVALUE
Columns
Name Datatype Length Mandatory Comments
ID NUMBER
Yes Primary key column
OPT_ID NUMBER
Yes Foreign key to table OKL_OPTIONS
VALUE VARCHAR2 (150) Yes This is the value for the Option.
OBJECT_VERSION_NUMBER NUMBER (9) Yes Column used for locking records during updates
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 ID
,      OPT_ID
,      VALUE
,      OBJECT_VERSION_NUMBER
,      DESCRIPTION
,      FROM_DATE
,      TO_DATE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM OKL.OKL_OPT_VALUES;

Dependencies

[top of page]

OKL.OKL_OPT_VALUES does not reference any database object

OKL.OKL_OPT_VALUES is referenced by following:

SchemaOKL
ViewOKL_OPT_VALUES#