[Home] [Help]
[Dependency Information]
Object Name: | OKL_CNTX_GRP_PRMTRS |
---|---|
Object Type: | TABLE |
Owner: | OKL |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
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).
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
OKL_CNTX_GRP_PRMTRS_B_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
OKL_CNTX_GRP_PRMTRS_B_U2 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ID | NUMBER | Yes | Primary key column | |
CGR_ID | NUMBER | Yes | Foreign key to table OKL_CONTEXT_GROUPS_B | |
PMR_ID | NUMBER | Yes | Foreign key to table OKL_PARAMETERS_B | |
OBJECT_VERSION_NUMBER | NUMBER | (9) | Yes | Column used for locking records during updates |
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 | |
ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT ID
, CGR_ID
, PMR_ID
, OBJECT_VERSION_NUMBER
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, ZD_EDITION_NAME
FROM OKL.OKL_CNTX_GRP_PRMTRS;
OKL.OKL_CNTX_GRP_PRMTRS does not reference any database object
OKL.OKL_CNTX_GRP_PRMTRS is referenced by following:
|
|
|