[Home] [Help]
[Dependency Information]
| Object Name: | PAY_RUN_RESULT_VALUES_V3 |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PAY.PAY_RUN_RESULT_VALUES_V3
|
| 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 |
|---|---|---|---|---|
| RUN_RESULT_ID | NUMBER | (15) | Yes | Run result id of PAY_RUN_RESULTS table |
| INPUT_VALUE_ID | NUMBER | (9) | Yes | Input value id |
| RESULT_VALUE | VARCHAR2 | (4000) | Result value |
Cut, paste (and edit) the following text to query this object:
SELECT RUN_RESULT_ID
, INPUT_VALUE_ID
, RESULT_VALUE
FROM APPS.PAY_RUN_RESULT_VALUES_V3;
APPS
PAY_ASSIGNMENT_ACTIONS
PAY_INPUT_VALUES_F
PAY_PAYROLL_ACTIONS
PAY_RUN_RESULTS
PAY_RUN_RESULT_PKG
- show dependent code
PUBLIC
PAY_RUN_RESULT_VALUES_V3
|
|
|
|