DBA Data[Home] [Help]

APPS.PAY_US_MAGTAPE_REPORTING dependencies on PAY_BALANCE_PKG

Line 812: pay_balance_pkg.set_context('TAX_UNIT_ID',l_tax_unit_id);

808: -- Set up TAX_UNIT_ID context if appropriate.
809: --
810: if l_tax_unit_context then
811: hr_utility.set_location('pay_us_magtape_reporting.generate_people_list - setting tax_unit_id context', 5);
812: pay_balance_pkg.set_context('TAX_UNIT_ID',l_tax_unit_id);
813: end if;
814: --
815: -- Set up JURISDICTION_CODE context if appropriate.
816: --

Line 819: pay_balance_pkg.set_context('JURISDICTION_CODE',l_jurisdiction_code);

815: -- Set up JURISDICTION_CODE context if appropriate.
816: --
817: if l_jurisdiction_context then
818: hr_utility.set_location('pay_us_magtape_reporting.generate_people_list - setting jurisdiction_code context', 6);
819: pay_balance_pkg.set_context('JURISDICTION_CODE',l_jurisdiction_code);
820: end if;
821: --
822: --
823: -- Check the balance.

Line 827: l_value := pay_balance_pkg.get_value

823: -- Check the balance.
824: --
825: hr_utility.set_location('pay_us_magtape_reporting.generate_people_list - check balance', 7);
826:
827: l_value := pay_balance_pkg.get_value
828: (l_defined_balance_id,
829: l_assignment_id,
830: least(p_period_end,l_effective_end_date));
831: