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


VIEW: APPS.OKL_CNTX_GRP_PRMTRS_V

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

View Type

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


DEFINITION
The parameters required by the context group to successfully evaluate the Formulae.
It must contain all the parameters required by the formula.
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.
The Transaction does not sets the value of Context Parameters, the Formula Engine calculates the value of Context Parameters using Contract Id and Line Id. The transaction supplies Contract Id and Line id to Formula Engine.
The additional parameters are passed in the form of an name-value pair array to the execute formula. The execute formula will create a global variable to hold the name-value pair. This name-value pair is available in the evaluate parameter functions to use it in the additional logic to evaluate the parameters.
The OKL_FORMULA_EXECUTE_PUB spec will hold an additional global PL/SQL table G_ADDITIONAL_PARAMETERS(name,value).


[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
CGR_ID NUMBER
Yes Foreign key to table OKL_CONTEXT_GROUPS_B
PMR_ID NUMBER
Yes Foreign key to table OKL_PARAMETERS_B
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
,      CGR_ID
,      PMR_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.OKL_CNTX_GRP_PRMTRS_V;

Dependencies

[top of page]

APPS.OKL_CNTX_GRP_PRMTRS_V references the following:

SchemaAPPS
SynonymOKL_CNTX_GRP_PRMTRS
APPS.OKL_CNTX_GRP_PRMTRS_V is referenced by following:

SchemaAPPS
PL/SQL PackageOKL_CGM_PVT - show dependent code
Package BodyOKL_CGM_PVT - show dependent code
Package BodyOKL_FORMULAEVALUATE_PVT - show dependent code
Package BodyOKL_SETUPCGRPARAMETERS_PVT - show dependent code