DBA Data[Home] [Help]

APPS.PAY_AU_REC_PKG dependencies on PER_ALL_ASSIGNMENTS_F

Line 8: (p_assignment_id in per_all_assignments_f.assignment_id%type,

4: ------------------------------------------------------------------------
5: -- Sums the Balances for This Pay ,according to the parameters.
6: ------------------------------------------------------------------------
7: procedure run_balances
8: (p_assignment_id in per_all_assignments_f.assignment_id%type,
9: p_assignment_action_id in pay_assignment_actions.assignment_action_id%type,
10: p_effective_date in date,
11: p_balance_name in pay_balance_types.balance_name%type,
12: p_run_balance out NOCOPY number)

Line 42: (p_assignment_id in per_all_assignments_f.assignment_id%type,

38: -- Procedure to merely pass all the balance results back in one hit,
39: -- rather than 5 separate calls.
40: ------------------------------------------------------------------------
41: procedure balance_totals
42: (p_assignment_id in per_all_assignments_f.assignment_id%type,
43: p_assignment_action_id in pay_assignment_actions.assignment_action_id%type,
44: p_effective_date in date,
45: p_gross_this_pay out NOCOPY number,
46: p_other_deductions_this_pay out NOCOPY number,