DBA Data[Home] [Help]

APPS.HR_CANCEL_HIRE_BK1 dependencies on HR_UTILITY

Line 21: hr_utility.set_location('Entering: HR_CANCEL_HIRE_BK1.CANCEL_HIRE_A', 10);

17: )is
18: l_commit_unit_number number;
19: l_legislation_code varchar2(30);
20: begin
21: hr_utility.set_location('Entering: HR_CANCEL_HIRE_BK1.CANCEL_HIRE_A', 10);
22: l_commit_unit_number := hr_api.return_commit_unit;
23: if hr_api.call_app_hooks then
24: hr_cancel_hire_be1.CANCEL_HIRE_A
25: (P_PERSON_ID => P_PERSON_ID

Line 40: hr_utility.set_location(' Leaving: HR_CANCEL_HIRE_BK1.CANCEL_HIRE_A', 20);

36: );
37: end if;
38: hr_multi_message.end_validation_set;
39: hr_api.validate_commit_unit(l_commit_unit_number, 'CANCEL_HIRE', 'AP');
40: hr_utility.set_location(' Leaving: HR_CANCEL_HIRE_BK1.CANCEL_HIRE_A', 20);
41: end CANCEL_HIRE_A;
42: procedure CANCEL_HIRE_B
43: (P_PERSON_ID in NUMBER
44: ,P_EFFECTIVE_DATE in DATE

Line 49: hr_utility.set_location('Entering: HR_CANCEL_HIRE_BK1.CANCEL_HIRE_B', 10);

45: )is
46: l_commit_unit_number number;
47: l_legislation_code varchar2(30);
48: begin
49: hr_utility.set_location('Entering: HR_CANCEL_HIRE_BK1.CANCEL_HIRE_B', 10);
50: l_commit_unit_number := hr_api.return_commit_unit;
51: if hr_api.call_leg_hooks then
52: l_legislation_code := per_per_bus.return_legislation_code(P_PERSON_ID => P_PERSON_ID
53: );

Line 62: hr_utility.set_location(' Leaving: HR_CANCEL_HIRE_BK1.CANCEL_HIRE_B', 20);

58: );
59: end if;
60: end if;
61: hr_api.validate_commit_unit(l_commit_unit_number, 'CANCEL_HIRE', 'BP');
62: hr_utility.set_location(' Leaving: HR_CANCEL_HIRE_BK1.CANCEL_HIRE_B', 20);
63: end CANCEL_HIRE_B;
64: end HR_CANCEL_HIRE_BK1;