[Home] [Help]
[Dependency Information]
| Object Name: | PAY_ACTION_PARAMETERS_V1 |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PAY.PAY_ACTION_PARAMETERS_V1
|
| Subobject Name: | |
| Status: | VALID |
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PARAMETER_NAME | VARCHAR2 | (30) | Yes | |
| PARAMETER_DISPLAY_NAME | VARCHAR2 | (80) | Yes | |
| PARAMETER_VALUE | VARCHAR2 | (80) | ||
| ACTION_PARAMETER_GROUP_ID | NUMBER | |||
| DEFAULT_VALUE | VARCHAR2 | (80) |
Cut, paste (and edit) the following text to query this object:
SELECT PARAMETER_NAME
, PARAMETER_DISPLAY_NAME
, PARAMETER_VALUE
, ACTION_PARAMETER_GROUP_ID
, DEFAULT_VALUE
FROM APPS.PAY_ACTION_PARAMETERS_V1;
APPS
FND_SESSIONS
HR_API
- show dependent code
HR_GENERAL
- show dependent code
HR_LOOKUPS
PAY_ACTION_PARAMETER_VALUES
PAY_CORE_UTILS
- show dependent code
APPS.PAY_ACTION_PARAMETERS_V1 is not referenced by any database object
|
|
|
|