DBA Data[Home] [Help]

APPS.PAY_NZ_SOE_PKG dependencies on PER_ALL_ASSIGNMENTS_F

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

289: -- Procedure to merely pass all the balance results back in one hit,
290: -- rather than 6 separate calls.
291: ------------------------------------------------------------------------
292: procedure balance_totals
293: (p_assignment_id in per_all_assignments_f.assignment_id%type,
294: p_assignment_action_id in pay_assignment_actions.assignment_action_id%type,
295: p_effective_date in date,
296: p_gross_this_pay out nocopy number,
297: p_other_deductions_this_pay out nocopy number,

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

448: ------------------------------------------------------------------------
449: -- Sums the Balances for This Pay and YTD, according to the parameters.
450: ------------------------------------------------------------------------
451: procedure run_and_ytd_balances
452: (p_assignment_id in per_all_assignments_f.assignment_id%type,
453: p_assignment_action_id in pay_assignment_actions.assignment_action_id%type,
454: p_effective_date in date,
455: p_balance_name in pay_balance_types.balance_name%type,
456: p_run_balance out nocopy number,

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

654: close get_run_details;
655: end get_details;
656:
657: procedure final_balance_totals
658: (p_assignment_id in per_all_assignments_f.assignment_id%type,
659: p_assignment_action_id in pay_assignment_actions.assignment_action_id%type,
660: p_effective_date in date,
661: p_gross_this_pay out nocopy number,
662: p_other_deductions_this_pay out nocopy number,