DBA Data[Home] [Help]

APPS.PAY_JP_SOE_PKG dependencies on PAY_JP_CUSTOM_PKG

Line 660: pay_jp_custom_pkg.get_itax_category(

656: BEGIN
657: --
658: -- Get Income Tax Category and YEA Category.
659: --
660: pay_jp_custom_pkg.get_itax_category(
661: P_ASSIGNMENT_ACTION_ID => p_assignment_action_id,
662: P_SALARY_CATEGORY => l_salary_category,
663: P_ITAX_CATEGORY => p_itax_category,
664: P_ITAX_YEA_CATEGORY => p_yea_category);