DBA Data[Home] [Help]

APPS.PER_PEOPLE12_PKG dependencies on PER_PEOPLE9_PKG

Line 722: per_people9_pkg.update_old_person_row(p_person_id =>p_person_id

718: --
719: -- VT 08/13/96
720: if p_session_date <> p_effective_start_date then
721: hr_utility.set_location('PER_PEOPLE12_PKG.update_row1',40);
722: per_people9_pkg.update_old_person_row(p_person_id =>p_person_id
723: ,p_session_date => p_session_date
724: ,p_effective_start_date=>p_effective_start_date);
725: end if;
726: --

Line 835: --per_people9_pkg.insert_applicant_rows(p_person_id => p_person_id

831: -- Insert the default applicant row and applicant
832: -- assignment.
833: --
834: -- VT 08/13/96
835: --per_people9_pkg.insert_applicant_rows(p_person_id => p_person_id
836: -- ,p_effective_start_date => p_effective_start_date
837: -- ,p_effective_end_date => p_effective_end_date
838: -- ,p_business_group_id =>p_business_group_id
839: -- ,p_app_ass_status_type_id => p_app_ass_status_type_id

Line 933: per_people9_pkg.insert_employee_rows(p_person_id => p_person_id

929: -- Insert the default period_of service and assignment
930: -- rows.
931: --
932: -- VT 08/13/96
933: per_people9_pkg.insert_employee_rows(p_person_id => p_person_id
934: ,p_effective_start_date => p_effective_start_date
935: ,p_effective_end_date => p_effective_end_date
936: ,p_business_group_id =>p_business_group_id
937: ,p_emp_ass_status_type_id => p_emp_ass_status_type_id