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


VIEW: APPS.OKL_INDEX_VALUES_V

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

View Type

A public view which may be useful for custom reporting or other data
requirements.


Interest rate values for different interest rates over a range of dates.


[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
IDX_ID NUMBER
Yes Foreign key to table OKL_INDICES
VALUE NUMBER
Yes Percentage. Value is between 0 and 100.
DATETIME_VALID DATE
Yes The start date for the interest rate value
DATETIME_INVALID DATE

The end date for the interest rate value
PROGRAM_ID NUMBER (15)
Concurrent Manager column
PROGRAM_APPLICATION_ID NUMBER (15)
Concurrent Manager column
REQUEST_ID NUMBER (15)
Concurrent Manager column
PROGRAM_UPDATE_DATE DATE

Concurrent Manager column
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
,      IDX_ID
,      VALUE
,      DATETIME_VALID
,      DATETIME_INVALID
,      PROGRAM_ID
,      PROGRAM_APPLICATION_ID
,      REQUEST_ID
,      PROGRAM_UPDATE_DATE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.OKL_INDEX_VALUES_V;

Dependencies

[top of page]

APPS.OKL_INDEX_VALUES_V references the following:

SchemaAPPS
SynonymOKL_INDEX_VALUES
APPS.OKL_INDEX_VALUES_V is referenced by following:

SchemaAPPS
Package BodyOKL_FE_STD_RATE_TMPL_PVT - show dependent code
PL/SQL PackageOKL_IVE_PVT - show dependent code
Package BodyOKL_IVE_PVT - show dependent code