DBA Data[Home] [Help]

APPS.PAY_HK_PAYSLIP_ARCHIVE dependencies on PAY_HK_SOE_PKG

Line 453: hr_utility.set_location('Calling balance_total from pay_hk_soe_pkg',20);

449: l_procedure_name := 'Archive_Stat_Balances'; -- Bug: 3604131
450:
451: IF g_debug THEN
452: hr_utility.set_location('Entering Procedure pay_hk_payslip_archive.' || l_procedure_name,10);
453: hr_utility.set_location('Calling balance_total from pay_hk_soe_pkg',20);
454: END IF;
455:
456: -- Get the totals of all the balances
457:

Line 462: pay_hk_soe_pkg.balance_totals(p_assignment_action_id,

458: OPEN csr_tax_unit_id(p_assignment_action_id);
459: FETCH csr_tax_unit_id INTO l_tax_unit_id;
460: CLOSE csr_tax_unit_id;
461:
462: pay_hk_soe_pkg.balance_totals(p_assignment_action_id,
463: l_tax_unit_id,
464: l_Total_Earnings_This_Pay,
465: l_Total_Earnings_YTD,
466: l_Total_Deductions_This_pay,