DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.PAYBV_RUN_RESULT_VALUE

Object Details
Object Name: PAYBV_RUN_RESULT_VALUE
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPAY.PAYBV_RUN_RESULT_VALUE
Subobject Name:
Status: VALID

View Type

A Business Intelligence System view

[View Source]

Columns
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.
Query Text

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;

Dependencies

[top of page]

APPS.PAYBV_RUN_RESULT_VALUE references the following:

SchemaAPPS
SynonymPAY_RUN_RESULT_VALUES

APPS.PAYBV_RUN_RESULT_VALUE is not referenced by any database object