DBA Data[Home] [Help]

APPS.PAY_NET_CALC_RULE_BK1 dependencies on HXC_TIME_CATEGORY_HOOK

Line 20: hxc_time_category_hook.create_pto_time_category_a

16: begin
17: hr_utility.set_location('Entering: PAY_NET_CALC_RULE_BK1.CREATE_PAY_NET_CALC_RULE_A', 10);
18: l_commit_unit_number := hr_api.return_commit_unit;
19: if hr_api.call_app_hooks then
20: hxc_time_category_hook.create_pto_time_category_a
21: (P_ACCRUAL_PLAN_ID => P_ACCRUAL_PLAN_ID
22: ,P_NET_CALCULATION_RULE_ID => P_NET_CALCULATION_RULE_ID
23: );
24: end if;