DBA Data[Home] [Help]

APPS.HR_MX_APPLICANT_API dependencies on HR_APPLICANT_API

Line 22: Description : This is Mexican wrapper package for hr_applicant_api.

18: ******************************************************************
19:
20: Name : HR_MX_APPLICANT_API
21:
22: Description : This is Mexican wrapper package for hr_applicant_api.
23:
24: Change List
25: -----------
26: Date Name Vers Bug No Description

Line 44: Purpose : This procedure acts as wrapper for hr_applicant_api.create_applicant.

40:
41: g_proc_name varchar2 (30);
42: /*******************************************************************************
43: Name : create_mx_applicant
44: Purpose : This procedure acts as wrapper for hr_applicant_api.create_applicant.
45: *******************************************************************************/
46:
47: PROCEDURE CREATE_MX_APPLICANT
48: (p_validate in boolean default false

Line 161: hr_applicant_api.create_applicant

157: hr_utility.trace('Entering '||l_proc_name);
158: --
159: hr_mx_utility.check_bus_grp (p_business_group_id, 'MX');
160: --
161: hr_applicant_api.create_applicant
162: (p_validate => p_validate
163: ,p_date_received => p_date_received
164: ,p_business_group_id => p_business_group_id
165: ,p_last_name => p_paternal_last_name

Line 274: Purpose : This procedure acts as wrapper for hr_applicant_api.hire_applicant.

270:
271:
272: /*******************************************************************************
273: Name : hire_mx_applicant
274: Purpose : This procedure acts as wrapper for hr_applicant_api.hire_applicant.
275: *******************************************************************************/
276:
277: PROCEDURE HIRE_MX_APPLICANT
278: (p_validate in boolean default false,

Line 302: hr_applicant_api.hire_applicant

298: hr_utility.trace('Entering '||l_proc_name);
299: --
300: hr_mx_utility.check_bus_grp (hr_mx_utility.get_bg_from_person(p_person_id), 'MX');
301: --
302: hr_applicant_api.hire_applicant
303: (p_validate => p_validate,
304: p_hire_date => p_hire_date,
305: p_person_id => p_person_id,
306: p_assignment_id => p_assignment_id,