DBA Data[Home] [Help]

APPS.HR_EMPLOYEE_APPLICANT_BK1 dependencies on HR_UTILITY

Line 21: hr_utility.set_location('Entering: HR_EMPLOYEE_APPLICANT_BK1.HIRE_TO_EMPLOYEE_APPLICANT_A', 10);

17: ,P_ASSIGN_PAYROLL_WARNING in BOOLEAN
18: ,P_OVERSUBSCRIBED_VACANCY_ID in NUMBER
19: )is
20: begin
21: hr_utility.set_location('Entering: HR_EMPLOYEE_APPLICANT_BK1.HIRE_TO_EMPLOYEE_APPLICANT_A', 10);
22: hr_utility.set_location(' Leaving: HR_EMPLOYEE_APPLICANT_BK1.HIRE_TO_EMPLOYEE_APPLICANT_A', 20);
23: end HIRE_TO_EMPLOYEE_APPLICANT_A;
24: procedure HIRE_TO_EMPLOYEE_APPLICANT_B
25: (P_HIRE_DATE in DATE

Line 22: hr_utility.set_location(' Leaving: HR_EMPLOYEE_APPLICANT_BK1.HIRE_TO_EMPLOYEE_APPLICANT_A', 20);

18: ,P_OVERSUBSCRIBED_VACANCY_ID in NUMBER
19: )is
20: begin
21: hr_utility.set_location('Entering: HR_EMPLOYEE_APPLICANT_BK1.HIRE_TO_EMPLOYEE_APPLICANT_A', 10);
22: hr_utility.set_location(' Leaving: HR_EMPLOYEE_APPLICANT_BK1.HIRE_TO_EMPLOYEE_APPLICANT_A', 20);
23: end HIRE_TO_EMPLOYEE_APPLICANT_A;
24: procedure HIRE_TO_EMPLOYEE_APPLICANT_B
25: (P_HIRE_DATE in DATE
26: ,P_PERSON_ID in NUMBER

Line 36: hr_utility.set_location('Entering: HR_EMPLOYEE_APPLICANT_BK1.HIRE_TO_EMPLOYEE_APPLICANT_B', 10);

32: ,P_NATIONAL_IDENTIFIER in VARCHAR2
33: ,P_EMPLOYEE_NUMBER in VARCHAR2
34: )is
35: begin
36: hr_utility.set_location('Entering: HR_EMPLOYEE_APPLICANT_BK1.HIRE_TO_EMPLOYEE_APPLICANT_B', 10);
37: hr_utility.set_location(' Leaving: HR_EMPLOYEE_APPLICANT_BK1.HIRE_TO_EMPLOYEE_APPLICANT_B', 20);
38: end HIRE_TO_EMPLOYEE_APPLICANT_B;
39: end HR_EMPLOYEE_APPLICANT_BK1;

Line 37: hr_utility.set_location(' Leaving: HR_EMPLOYEE_APPLICANT_BK1.HIRE_TO_EMPLOYEE_APPLICANT_B', 20);

33: ,P_EMPLOYEE_NUMBER in VARCHAR2
34: )is
35: begin
36: hr_utility.set_location('Entering: HR_EMPLOYEE_APPLICANT_BK1.HIRE_TO_EMPLOYEE_APPLICANT_B', 10);
37: hr_utility.set_location(' Leaving: HR_EMPLOYEE_APPLICANT_BK1.HIRE_TO_EMPLOYEE_APPLICANT_B', 20);
38: end HIRE_TO_EMPLOYEE_APPLICANT_B;
39: end HR_EMPLOYEE_APPLICANT_BK1;