DBA Data[Home] [Help]

APPS.PAY_NET_CALC_RULE_BK2 dependencies on HXC_TIME_CATEGORY_HOOK

Line 19: hxc_time_category_hook.update_pto_time_category_a

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

Line 42: hxc_time_category_hook.update_pto_time_category_b

38: begin
39: hr_utility.set_location('Entering: PAY_NET_CALC_RULE_BK2.UPDATE_PAY_NET_CALC_RULE_B', 10);
40: l_commit_unit_number := hr_api.return_commit_unit;
41: if hr_api.call_app_hooks then
42: hxc_time_category_hook.update_pto_time_category_b
43: (P_ACCRUAL_PLAN_ID => P_ACCRUAL_PLAN_ID
44: ,P_NET_CALCULATION_RULE_ID => P_NET_CALCULATION_RULE_ID
45: );
46: end if;