[Home] [Help]
[Dependency Information]
| Object Name: | PAY_ZA_PAYROLL_ACTIONS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PAY.PAY_ZA_PAYROLL_ACTIONS_V
|
| Subobject Name: | |
| Status: | VALID |
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.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PAYROLL_NAME | VARCHAR2 | (80) | Yes | Payroll Name |
| PAYROLL_ACTION_ID | NUMBER | (9) | Yes | Payroll Action ID |
Cut, paste (and edit) the following text to query this object:
SELECT PAYROLL_NAME
, PAYROLL_ACTION_ID
FROM APPS.PAY_ZA_PAYROLL_ACTIONS_V;
APPS
HR_GENERAL
- show dependent code
HR_SECURITY
- show dependent code
PAY_ASSIGNMENT_ACTIONS
PAY_PAYROLLS_F
PAY_PAYROLL_ACTIONS
PER_ASSIGNMENTS_F
APPS.PAY_ZA_PAYROLL_ACTIONS_V is not referenced by any database object
|
|
|
|