[Home] [Help]
[Dependency Information]
| Object Name: | PSB_FORMULA_PARAMETERS |
|---|---|
| Object Type: | TABLE |
| Owner: | PSB |
| FND Design Data: | PSB.PSB_FORMULA_PARAMETERS
|
| Subobject Name: | |
| Status: | VALID |
PSB_FORMULA_PARAMETERS stores information about the parameters that
must be passed as inputs when calling the formula.
Formulas are not supported in the current release, but will be
supported in a future release. This table is for future use.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PSB_FORMULA_PARAMETERS_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
FORMULA_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| FORMULA_ID | NUMBER | (15) | Yes | Formula unique identifier |
| SEQUENCE_NUMBER | NUMBER | Yes | Number for each parameter in a specific sequence | |
| NAME | VARCHAR2 | (30) | Yes | Parameter name |
| CLASS | VARCHAR2 | (10) | Yes | Identifies whether the parameter is an IN parameter, an OUT parameter, or an IN-OUT parameter |
| DATA_TYPE | VARCHAR2 | (1) | Yes | Data type of the parameter |
| OPTIONAL | VARCHAR2 | (1) | N if the parameter is mandatory, otherwise Y | |
| RESULT_PARAMETER | VARCHAR2 | (1) | Y if this is a result parameter for a procedure | |
| PARAMETER_VALUE_TYPE | VARCHAR2 | (10) | Indicates if the parameter is a database item or a fixed value | |
| PARAMETER_VALUE | VARCHAR2 | (30) | Parameter value | |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
| LAST_UPDATED_BY | NUMBER | Yes | Standard Who column | |
| LAST_UPDATE_LOGIN | NUMBER | Standard Who column | ||
| CREATED_BY | NUMBER | (15) | Yes | Standard Who column |
| CREATION_DATE | DATE | Yes | Standard Who column |
Cut, paste (and edit) the following text to query this object:
SELECT FORMULA_ID
, SEQUENCE_NUMBER
, NAME
, CLASS
, DATA_TYPE
, OPTIONAL
, RESULT_PARAMETER
, PARAMETER_VALUE_TYPE
, PARAMETER_VALUE
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, CREATED_BY
, CREATION_DATE
FROM PSB.PSB_FORMULA_PARAMETERS;
PSB.PSB_FORMULA_PARAMETERS does not reference any database object
PSB.PSB_FORMULA_PARAMETERS is referenced by following:
APPS
PSB_FORMULA_PARAMETERS
|
|
|
|