DBA Data[Home] [Help]

APPS.PAY_NET_CALC_RULE_BK3 dependencies on HXC_TIME_CATEGORY_HOOK

Line 23: hxc_time_category_hook.delete_pto_time_category_b

19: begin
20: hr_utility.set_location('Entering: PAY_NET_CALC_RULE_BK3.DELETE_PAY_NET_CALC_RULE_B', 10);
21: l_commit_unit_number := hr_api.return_commit_unit;
22: if hr_api.call_app_hooks then
23: hxc_time_category_hook.delete_pto_time_category_b
24: (P_NET_CALCULATION_RULE_ID => P_NET_CALCULATION_RULE_ID
25: );
26: end if;
27: hr_api.validate_commit_unit(l_commit_unit_number, 'DELETE_PAY_NET_CALC_RULE', 'BP');