[Home] [Help]
[Dependency Information]
| Object Name: | OKL_PARAMETERS_B |
|---|---|
| Object Type: | TABLE |
| Owner: | OKL |
| FND Design Data: | OKL.OKL_PARAMETERS_B
|
| Subobject Name: | |
| Status: | VALID |
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.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| OKL_PARAMETERS_B_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
ID
ZD_EDITION_NAME
|
| OKL_PMR_U2 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
NAME
ZD_EDITION_NAME
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ID | NUMBER | Yes | Primary key column | |
| NAME | VARCHAR2 | (150) | Yes | Standard who column |
| DATATYPE | VARCHAR2 | (150) | Yes | The data type of the parameter. Possible values are CHAR, NUMBER, DATE |
| OBJECT_VERSION_NUMBER | NUMBER | (9) | Yes | Column used for locking records during updates |
| CUSTOMIZATION_LEVEL | VARCHAR2 | (30) | Yes | Customization Level for the parameter. Possible value is U. |
| 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
, NAME
, DATATYPE
, OBJECT_VERSION_NUMBER
, CUSTOMIZATION_LEVEL
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, ZD_EDITION_NAME
FROM OKL.OKL_PARAMETERS_B;
OKL.OKL_PARAMETERS_B does not reference any database object
OKL.OKL_PARAMETERS_B is referenced by following:
OKL
OKL_PARAMETERS_B#
|
|
|
|