DBA Data[Home] [Help]

APPS.PAY_NET_CALC_RULE_BK3 dependencies on HR_UTILITY

Line 10: hr_utility.set_location('Entering: PAY_NET_CALC_RULE_BK3.DELETE_PAY_NET_CALC_RULE_A', 10);

6: (P_NET_CALCULATION_RULE_ID in NUMBER
7: ,P_OBJECT_VERSION_NUMBER in NUMBER
8: )is
9: begin
10: hr_utility.set_location('Entering: PAY_NET_CALC_RULE_BK3.DELETE_PAY_NET_CALC_RULE_A', 10);
11: hr_utility.set_location(' Leaving: PAY_NET_CALC_RULE_BK3.DELETE_PAY_NET_CALC_RULE_A', 20);
12: end DELETE_PAY_NET_CALC_RULE_A;
13: procedure DELETE_PAY_NET_CALC_RULE_B
14: (P_NET_CALCULATION_RULE_ID in NUMBER

Line 11: hr_utility.set_location(' Leaving: PAY_NET_CALC_RULE_BK3.DELETE_PAY_NET_CALC_RULE_A', 20);

7: ,P_OBJECT_VERSION_NUMBER in NUMBER
8: )is
9: begin
10: hr_utility.set_location('Entering: PAY_NET_CALC_RULE_BK3.DELETE_PAY_NET_CALC_RULE_A', 10);
11: hr_utility.set_location(' Leaving: PAY_NET_CALC_RULE_BK3.DELETE_PAY_NET_CALC_RULE_A', 20);
12: end DELETE_PAY_NET_CALC_RULE_A;
13: procedure DELETE_PAY_NET_CALC_RULE_B
14: (P_NET_CALCULATION_RULE_ID in NUMBER
15: ,P_OBJECT_VERSION_NUMBER in NUMBER

Line 20: hr_utility.set_location('Entering: PAY_NET_CALC_RULE_BK3.DELETE_PAY_NET_CALC_RULE_B', 10);

16: )is
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

Line 28: hr_utility.set_location(' Leaving: PAY_NET_CALC_RULE_BK3.DELETE_PAY_NET_CALC_RULE_B', 20);

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;