DBA Data[Home] [Help]

APPS.PAY_NET_CALC_RULE_BK3 dependencies on HR_API

Line 21: l_commit_unit_number := hr_api.return_commit_unit;

17: l_commit_unit_number number;
18: l_legislation_code varchar2(30);
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: );

Line 22: if hr_api.call_app_hooks then

18: l_legislation_code varchar2(30);
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;

Line 27: hr_api.validate_commit_unit(l_commit_unit_number, 'DELETE_PAY_NET_CALC_RULE', 'BP');

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');
28: hr_utility.set_location(' Leaving: PAY_NET_CALC_RULE_BK3.DELETE_PAY_NET_CALC_RULE_B', 20);
29: end DELETE_PAY_NET_CALC_RULE_B;
30: end PAY_NET_CALC_RULE_BK3;