[Home] [Help]
[Dependency Information]
| Object Name: | PAYBV_ACTION_PARAM_VALUE_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PAY.PAYBV_ACTION_PARAM_VALUE_V
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PARAMETER_NAME | VARCHAR2 | (30) | Yes | Name of Parameter to Set |
| PARAMETER_VALUE | VARCHAR2 | (80) | Yes | Value for a specific Parameter |
| ACTION_PARAMETER_GROUP_ID | NUMBER | (9) | Group_id of group of parameter value |
Cut, paste (and edit) the following text to query this object:
SELECT PARAMETER_NAME
, PARAMETER_VALUE
, ACTION_PARAMETER_GROUP_ID
FROM APPS.PAYBV_ACTION_PARAM_VALUE_V;
APPS
PAY_ACTION_PARAMETER_VALUES
APPS.PAYBV_ACTION_PARAM_VALUE_V is not referenced by any database object
|
|
|
|