DBA Data[Home] [Help]

APPS.HR_ASSIGNMENT_API dependencies on HR_APPLICANT_INTERNAL

Line 20916: hr_applicant_internal.create_applicant_anytime

20912: if g_debug then
20913: hr_utility.set_location(l_proc, 40);
20914: end if;
20915:
20916: hr_applicant_internal.create_applicant_anytime
20917: (p_effective_date => l_effective_date
20918: ,p_person_id => p_person_id
20919: ,p_applicant_number => l_applicant_number
20920: ,p_per_object_version_number => l_per_object_version_number

Line 22779: hr_applicant_internal.upd_person_ex_apl_and_apl(

22775: hr_utility.trace(' apl date = '||to_char(l_fut_asg.effective_start_date));
22776: -- End assignment
22777: end_assignment;
22778: -- update the person and PTU records
22779: hr_applicant_internal.upd_person_ex_apl_and_apl(
22780: p_business_group_id => l_fut_asg.business_group_id
22781: ,p_person_id => l_fut_asg.person_id
22782: ,p_ex_apl_effective_date => l_effective_date+1
22783: ,p_apl_effective_date => l_fut_asg.effective_start_date

Line 22931: hr_applicant_internal.Update_PER_PTU_to_EX_APL(

22927: hr_person_type_usage_info.get_default_person_type_id(l_assignment.business_group_id,'EX_APL');
22928: hr_utility.set_location('l_person_type_id:'||l_person_type_id,69);
22929:
22930: --Transform person onto EX-APL on "min no end dated" - 1
22931: hr_applicant_internal.Update_PER_PTU_to_EX_APL(
22932: p_business_group_id => l_assignment.business_group_id
22933: ,p_person_id => l_assignment.person_id
22934: ,p_effective_date => l_emp_min_start_date
22935: ,p_person_type_id => l_person_type_id

Line 23005: hr_applicant_internal.upd_person_ex_apl_and_apl(

23001: end if;
23002: -- End assignment
23003: end_assignment;
23004: -- update the person and PTU records
23005: hr_applicant_internal.upd_person_ex_apl_and_apl(
23006: p_business_group_id => l_assignment.business_group_id
23007: ,p_person_id => l_assignment.person_id
23008: ,p_ex_apl_effective_date => l_mx_end_dated+1
23009: ,p_apl_effective_date => l_min_no_end_dated