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


VIEW: APPS.OKL_PARAMETERS_V

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

View Type

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


DEFINITION
parameters required by functions in order to return operand values
EXAMPLE
Name : Contract Amount
Datatype : Number
Description: Description for the parameter.
MISCELLANEOUS
The list of PARAMETERS, that are used to evaluate formulae, is FINITE and known.
New PARAMETERS to the PARAMETER POOL can not be added.


[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
SFWT_FLAG VARCHAR2 (3) Yes Column used by the translation batch program
CUSTOMIZATION_LEVEL VARCHAR2 (30) Yes Customization Level for the parameter. Possible value is U.
NAME VARCHAR2 (150) Yes Standard who column
DATATYPE VARCHAR2 (150) Yes The data type of the parameter. Possible values are CHAR, NUMBER, DATE
DESCRIPTION VARCHAR2 (1995)
User entered description
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
,      SFWT_FLAG
,      CUSTOMIZATION_LEVEL
,      NAME
,      DATATYPE
,      DESCRIPTION
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.OKL_PARAMETERS_V;

Dependencies

[top of page]

APPS.OKL_PARAMETERS_V references the following:

SchemaAPPS
SynonymOKL_PARAMETERS_B
SynonymOKL_PARAMETERS_TL
APPS.OKL_PARAMETERS_V is referenced by following:

SchemaAPPS
Package BodyOKL_CGM_PVT - show dependent code
Package BodyOKL_FORMULAEVALUATE_PVT - show dependent code
Package BodyOKL_FORMULAVALIDATE_PVT - show dependent code
Package BodyOKL_FPR_PVT - show dependent code
Package BodyOKL_PMR_PVT - show dependent code
PL/SQL PackageOKL_PMR_PVT - show dependent code
Package BodyOKL_SETUPDSFPARAMETERS_PVT - show dependent code