DBA Data[Home] [Help]

APPS.PAY_AU_RECONCILIATION_PKG dependencies on PAY_ASSIGNMENT_ACTIONS

Line 5: (p_assignment_action_id in pay_assignment_actions.assignment_action_id%type,

1: package pay_au_reconciliation_pkg AUTHID CURRENT_USER as
2: /* $Header: pyaurecs.pkh 120.0 2005/05/29 03:09:59 appldev noship $ */
3:
4: procedure get_au_rec_balances
5: (p_assignment_action_id in pay_assignment_actions.assignment_action_id%type,
6: p_registered_employer in NUMBER, --2610141
7: p_gross_earnings out NOCOPY number, /*Bug 3953706*/
8: p_non_taxable_earnings out NOCOPY number,
9: p_pre_tax_deductions out NOCOPY number, /*Bug 3953706*/

Line 18: (p_assignment_action_id in pay_assignment_actions.assignment_action_id%type,

14: p_net_payment out NOCOPY number,
15: p_employer_charges out NOCOPY number);
16:
17: procedure get_ytd_au_rec_balances
18: (p_assignment_action_id in pay_assignment_actions.assignment_action_id%type,
19: p_registered_employer in NUMBER, --2610141
20: p_ytd_gross_earnings out NOCOPY number, /*Bug 3953706*/
21: p_ytd_non_taxable_earnings out NOCOPY number,
22: p_ytd_pre_tax_deductions out NOCOPY number, /*Bug 3953706*/

Line 57: (p_assignment_action_id in pay_assignment_actions.assignment_action_id%type

53: ,p_chunk in number
54: );
55:
56: procedure archive_code
57: (p_assignment_action_id in pay_assignment_actions.assignment_action_id%type
58: ,p_effective_date in pay_payroll_actions.effective_date%type
59: );
60:
61: procedure spawn_archive_reports