DBA Data[Home] [Help]

APPS.PAY_SG_PAYSLIP_ARCHIVE dependencies on PAY_SG_SOE

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

344:
345: BEGIN
346: l_procedure_name := 'archive_stat_balances';
347: hr_utility.set_location('Entering Procedure pay_sg_payslip_archive.' || l_procedure_name,10);
348: hr_utility.set_location('Calling balance_total from pay_sg_soe_pkg',20);
349:
350: /* Bug 2824397 */
351: open c_person_id(p_assignment_id);
352: fetch c_person_id into l_person_id;

Line 358: pay_sg_soe.balance_totals( 'Y',

354:
355: /* Bug 2824397 */
356: -- Get the totals of all the balances
357:
358: pay_sg_soe.balance_totals( 'Y',
359: p_assignment_action_id,
360: l_person_id,
361: l_gross_pay_current,
362: l_statutory_deductions_current,

Line 714: l_annual_leave_balance := pay_sg_soe.net_accrual( p_assignment_id

710: -- Call to get annual leave balance
711:
712: hr_utility.set_location('Archiving Annual leave Balance information',2);
713:
714: l_annual_leave_balance := pay_sg_soe.net_accrual( p_assignment_id
715: , l_accrual_plan_id
716: , l_payroll_id
717: , l_business_group_id
718: , p_date_earned); /* Bug No : 2538781 */