DBA Data[Home] [Help]

APPS.PER_PEOPLE4_PKG dependencies on HRHIRAPL

Line 495: hrhirapl.end_bookings(p_person_id

491: if p_status = 'END_BOOKINGS' then
492: IF g_debug THEN
493: hr_utility.set_location(g_package || l_proc, 160);
494: END IF;
495: hrhirapl.end_bookings(p_person_id
496: , p_business_group_id
497: , p_hire_date);
498: p_status := 'GET_APPLS'; -- Set next possible re-entry point.
499: end if;

Line 557: hrhirapl.end_unaccepted_app_assign(p_person_id

553: --
554: IF g_debug THEN
555: hr_utility.set_location(g_package || l_proc, 190);
556: END IF;
557: hrhirapl.end_unaccepted_app_assign(p_person_id
558: ,p_business_group_id
559: ,p_legislation_code
560: ,p_session_date);
561: p_status := 'MULTIPLE_CONTRACTS';

Line 606: hrhirapl.employ_applicant(p_person_id

602: --
603: IF g_debug THEN
604: hr_utility.set_location(g_package || l_proc, 200);
605: END IF;
606: hrhirapl.employ_applicant(p_person_id
607: ,p_business_group_id
608: ,p_legislation_code
609: ,p_new_primary_id
610: ,p_emp_ass_status_type_id

Line 622: hr_utility.set_location('update_row - after hrhirapl',2);

618: ,l_set_of_books_id
619: ,l_employ_emp_apl
620: ,NULL
621: ,p_session_date); -- Bug 3564129
622: hr_utility.set_location('update_row - after hrhirapl',2);
623: end if; -- End of HIRE.
624: end if; -- Of Person type change checks.
625: --
626: IF g_debug THEN