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


VIEW: APPS.PAY_RUN_RESULT_VALUES_V3

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

View Type

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.

[View Source]

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

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;

Dependencies

[top of page]

APPS.PAY_RUN_RESULT_VALUES_V3 references the following:

SchemaAPPS
SynonymPAY_ASSIGNMENT_ACTIONS
SynonymPAY_INPUT_VALUES_F
SynonymPAY_PAYROLL_ACTIONS
SynonymPAY_RUN_RESULTS
PL/SQL PackagePAY_RUN_RESULT_PKG - show dependent code

APPS.PAY_RUN_RESULT_VALUES_V3 is not referenced by any database object