DBA Data[Home] [Help]

APPS.PAY_HK_PAYSLIP_ARCHIVE dependencies on PAY_HK_SOE_PKG

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

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

Line 463: pay_hk_soe_pkg.balance_totals(p_assignment_action_id,

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