[Home] [Help]
[Dependency Information]
Object Name: | OKL_CONTEXT_GROUPS_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
DEFINITION
A Group of parameters required by formula in order for the operand functions to recognise context and return the appropriate data
EXAMPLE
MISCELLANEOUS
Any FORMULA may be evaluated at many different places within the application code. Because the FORMULA is user modifiable, the caller cannot know which OPERAND therefore which FUNCTION are used within the FORMULA, therefore cannot know which context parameters must be provided.
Formula calling code may be enabled with only a certain set of routines to get context values in this case the formula is associated with a context group which formulae authoring will check to see if users are trying to use operands which require contexts which the formula does not recognise.
It may be all formula calling code is enabled with all routines to get any context value in the "universe" of possible contexts, thus when the formula is evaluated, it can find which contexts are necessary by searching the operands currently defined for that formula
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 |
NAME | VARCHAR2 | (150) | Yes | Standard who column |
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 |
Cut, paste (and edit) the following text to query this object:
SELECT ROW_ID
, ID
, OBJECT_VERSION_NUMBER
, SFWT_FLAG
, NAME
, DESCRIPTION
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM APPS.OKL_CONTEXT_GROUPS_V;
|
|
|