[Home] [Help]
[Dependency Information]
| Object Name: | OKL_PARAMETERS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKL.OKL_PARAMETERS_V
|
| Subobject Name: | |
| Status: | VALID |
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.
| 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 |
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;
APPS
OKL_PARAMETERS_B
OKL_PARAMETERS_TL
APPS
OKL_CGM_PVT
- show dependent code
OKL_FORMULAEVALUATE_PVT
- show dependent code
OKL_FORMULAVALIDATE_PVT
- show dependent code
OKL_FPR_PVT
- show dependent code
OKL_PMR_PVT
- show dependent code
OKL_PMR_PVT
- show dependent code
OKL_SETUPDSFPARAMETERS_PVT
- show dependent code
|
|
|
|