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


VIEW: APPS.PAY_ZA_PAYROLL_ACTIONS_V

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

View Type

A public view which may be useful for custom reporting or other data
requirements.


Lists all payrolls and payroll action id's for which credit transfers were made.


[View Source]

Columns
Name Datatype Length Mandatory Comments
PAYROLL_NAME VARCHAR2 (80) Yes Payroll Name
PAYROLL_ACTION_ID NUMBER (9) Yes Payroll Action ID
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT PAYROLL_NAME
,      PAYROLL_ACTION_ID
FROM APPS.PAY_ZA_PAYROLL_ACTIONS_V;

Dependencies

[top of page]

APPS.PAY_ZA_PAYROLL_ACTIONS_V references the following:

SchemaAPPS
PL/SQL PackageHR_GENERAL - show dependent code
PL/SQL PackageHR_SECURITY - show dependent code
SynonymPAY_ASSIGNMENT_ACTIONS
ViewPAY_PAYROLLS_F
SynonymPAY_PAYROLL_ACTIONS
ViewPER_ASSIGNMENTS_F

APPS.PAY_ZA_PAYROLL_ACTIONS_V is not referenced by any database object