[Home] [Help]
[Dependency Information]
| Object Name: | PAY_ACTION_PARAMETER_VALUES |
|---|---|
| Object Type: | TABLE |
| Owner: | HR |
| FND Design Data: | PAY.PAY_ACTION_PARAMETER_VALUES
|
| Subobject Name: | |
| Status: | VALID |
PAY_ACTION_PARAMETER_VALUES is the child table for
PAY_ACTION_PARAMETER_GROUPS and stores the values
of the action parameters for a specified group. This allows
the parameters to be striped for the user.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PAY_ACTION_PARAMETER_VALUES_UK | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
ACTION_PARAMETER_GROUP_ID
PARAMETER_NAME
ZD_EDITION_NAME
|
| 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 | |
| ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT PARAMETER_NAME
, PARAMETER_VALUE
, ACTION_PARAMETER_GROUP_ID
, ZD_EDITION_NAME
FROM HR.PAY_ACTION_PARAMETER_VALUES;
HR.PAY_ACTION_PARAMETER_VALUES does not reference any database object
HR.PAY_ACTION_PARAMETER_VALUES is referenced by following:
HR
PAY_ACTION_PARAMETER_VALUES#
|
|
|
|