DBA Data[Home] [Help]

APPS.HR_APPLICANT_BK2 dependencies on HR_UTILITY

Line 23: hr_utility.set_location('Entering: HR_APPLICANT_BK2. HIRE_APPLICANT_A', 10);

19: )is
20: l_commit_unit_number number;
21: l_legislation_code varchar2(30);
22: begin
23: hr_utility.set_location('Entering: HR_APPLICANT_BK2. HIRE_APPLICANT_A', 10);
24: l_commit_unit_number := hr_api.return_commit_unit;
25: if hr_api.call_app_hooks then
26: hr_applicant_be2. HIRE_APPLICANT_A
27: (P_HIRE_DATE => P_HIRE_DATE

Line 44: hr_utility.set_location(' Leaving: HR_APPLICANT_BK2. HIRE_APPLICANT_A', 20);

40: );
41: end if;
42: hr_multi_message.end_validation_set;
43: hr_api.validate_commit_unit(l_commit_unit_number, 'HIRE_APPLICANT', 'AP');
44: hr_utility.set_location(' Leaving: HR_APPLICANT_BK2. HIRE_APPLICANT_A', 20);
45: end HIRE_APPLICANT_A;
46: procedure HIRE_APPLICANT_B
47: (P_HIRE_DATE in DATE
48: ,P_PERSON_ID in NUMBER

Line 57: hr_utility.set_location('Entering: HR_APPLICANT_BK2.HIRE_APPLICANT_B', 10);

53: ,P_EMPLOYEE_NUMBER in VARCHAR2
54: ,P_ORIGINAL_DATE_OF_HIRE in DATE
55: )is
56: begin
57: hr_utility.set_location('Entering: HR_APPLICANT_BK2.HIRE_APPLICANT_B', 10);
58: hr_utility.set_location(' Leaving: HR_APPLICANT_BK2.HIRE_APPLICANT_B', 20);
59: end HIRE_APPLICANT_B;
60: end HR_APPLICANT_BK2;

Line 58: hr_utility.set_location(' Leaving: HR_APPLICANT_BK2.HIRE_APPLICANT_B', 20);

54: ,P_ORIGINAL_DATE_OF_HIRE in DATE
55: )is
56: begin
57: hr_utility.set_location('Entering: HR_APPLICANT_BK2.HIRE_APPLICANT_B', 10);
58: hr_utility.set_location(' Leaving: HR_APPLICANT_BK2.HIRE_APPLICANT_B', 20);
59: end HIRE_APPLICANT_B;
60: end HR_APPLICANT_BK2;