DBA Data[Home] [Help]

APPS.PAY_SG_PAYSLIP_ARCHIVE dependencies on PAY_SG_SOE

Line 342: hr_utility.set_location('Calling balance_total from pay_sg_soe_pkg',20);

338:
339: BEGIN
340: l_procedure_name := 'archive_stat_balances';
341: hr_utility.set_location('Entering Procedure pay_sg_payslip_archive.' || l_procedure_name,10);
342: hr_utility.set_location('Calling balance_total from pay_sg_soe_pkg',20);
343:
344: /* Bug 2824397 */
345: open c_person_id(p_assignment_id);
346: fetch c_person_id into l_person_id;

Line 352: pay_sg_soe.balance_totals( 'Y',

348:
349: /* Bug 2824397 */
350: -- Get the totals of all the balances
351:
352: pay_sg_soe.balance_totals( 'Y',
353: p_assignment_action_id,
354: l_person_id,
355: l_gross_pay_current,
356: l_statutory_deductions_current,

Line 708: l_annual_leave_balance := pay_sg_soe.net_accrual( p_assignment_id

704: -- Call to get annual leave balance
705:
706: hr_utility.set_location('Archiving Annual leave Balance information',2);
707:
708: l_annual_leave_balance := pay_sg_soe.net_accrual( p_assignment_id
709: , l_accrual_plan_id
710: , l_payroll_id
711: , l_business_group_id
712: , p_date_earned); /* Bug No : 2538781 */