DBA Data[Home] [Help]

APPS.PAY_NET_CALC_RULE_BK1 dependencies on HR_API

Line 18: l_commit_unit_number := hr_api.return_commit_unit;

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

Line 19: if hr_api.call_app_hooks then

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

Line 26: hr_api.validate_commit_unit(l_commit_unit_number, 'CREATE_PAY_NET_CALC_RULE', 'AP');

22: ,P_NET_CALCULATION_RULE_ID => P_NET_CALCULATION_RULE_ID
23: );
24: end if;
25: hr_multi_message.end_validation_set;
26: hr_api.validate_commit_unit(l_commit_unit_number, 'CREATE_PAY_NET_CALC_RULE', 'AP');
27: hr_utility.set_location(' Leaving: PAY_NET_CALC_RULE_BK1.CREATE_PAY_NET_CALC_RULE_A', 20);
28: end CREATE_PAY_NET_CALC_RULE_A;
29: procedure CREATE_PAY_NET_CALC_RULE_B
30: (P_BUSINESS_GROUP_ID in NUMBER