[Home] [Help]
[Dependency Information]
| Object Name: | PAYBV_RUN_RESULT_VALUE |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PAY.PAYBV_RUN_RESULT_VALUE
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| RESULT_VALUE | VARCHAR2 | (60) | The value of the result. | |
| INPUT_VALUE_ID | NUMBER | (9) | Yes | Foreign key to PAY_INPUT_VALUES. |
| RUN_RESULT_ID | NUMBER | (15) | Yes | Foreign key to PAY_RUN_RESULTS. |
Cut, paste (and edit) the following text to query this object:
SELECT RESULT_VALUE
, INPUT_VALUE_ID
, RUN_RESULT_ID
FROM APPS.PAYBV_RUN_RESULT_VALUE;
APPS
PAY_RUN_RESULT_VALUES
PUBLIC
PAYBV_RUN_RESULT_VALUE
|
|
|
|