DBA Data[Home] [Help]

APPS.PER_PEOPLE4_PKG dependencies on HRHIRAPL

Line 436: hrhirapl.end_bookings(p_person_id

432: p_status := 'GET_APPLS'; -- Set next possible re-entry point.
433: end if;
434: end if;
435: if p_status = 'END_BOOKINGS' then
436: hrhirapl.end_bookings(p_person_id
437: , p_business_group_id
438: , p_hire_date);
439: p_status := 'GET_APPLS'; -- Set next possible re-entry point.
440: end if;

Line 489: hrhirapl.end_unaccepted_app_assign(p_person_id

485: if p_status = 'END_UNACCEPTED' then
486: --
487: -- End the unaccepted assignments.
488: --
489: hrhirapl.end_unaccepted_app_assign(p_person_id
490: ,p_business_group_id
491: ,p_legislation_code
492: ,p_session_date);
493: p_status := 'MULTIPLE_CONTRACTS';

Line 535: hr_utility.set_location('update_row - b4 hrhirapl',1);

531: end if;
532: --
533: -- Run the employ_applicant stored procedure
534: --
535: hr_utility.set_location('update_row - b4 hrhirapl',1);
536: hrhirapl.employ_applicant(p_person_id
537: ,p_business_group_id
538: ,p_legislation_code
539: ,p_new_primary_id

Line 536: hrhirapl.employ_applicant(p_person_id

532: --
533: -- Run the employ_applicant stored procedure
534: --
535: hr_utility.set_location('update_row - b4 hrhirapl',1);
536: hrhirapl.employ_applicant(p_person_id
537: ,p_business_group_id
538: ,p_legislation_code
539: ,p_new_primary_id
540: ,p_emp_ass_status_type_id

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

548: ,l_set_of_books_id
549: ,l_employ_emp_apl
550: ,NULL
551: ,p_session_date); -- Bug 3564129
552: hr_utility.set_location('update_row - after hrhirapl',2);
553: end if; -- End of HIRE.
554: end if; -- Of Person type change checks.
555: --
556: hr_utility.set_location('update_row - b4 update',1);