DBA Data[Home] [Help]

APPS.PER_PEOPLE4_PKG dependencies on PER_PEOPLE9_PKG

Line 224: per_people9_pkg.update_old_person_row(p_person_id =>p_person_id

220: -- a global version of session date to update the rows (not good)
221: --
222: -- VT 08/13/96
223: if p_session_date <> p_effective_start_date then
224: per_people9_pkg.update_old_person_row(p_person_id =>p_person_id
225: ,p_session_date => p_session_date
226: ,p_effective_start_date=>p_effective_start_date);
227: end if;
228: --

Line 303: per_people9_pkg.insert_applicant_rows(p_person_id => p_person_id

299: -- Insert the default applicant row and applicant
300: -- assignment.
301: --
302: -- VT 08/13/96
303: per_people9_pkg.insert_applicant_rows(p_person_id => p_person_id
304: ,p_effective_start_date => p_effective_start_date
305: ,p_effective_end_date => p_effective_end_date
306: ,p_business_group_id =>p_business_group_id
307: ,p_app_ass_status_type_id => p_app_ass_status_type_id

Line 353: per_people9_pkg.insert_employee_rows(p_person_id => p_person_id

349: -- Insert the default period_of service and assignment
350: -- rows.
351: --
352: -- VT 08/13/96
353: per_people9_pkg.insert_employee_rows(p_person_id => p_person_id
354: ,p_effective_start_date => p_effective_start_date
355: ,p_effective_end_date => p_effective_end_date
356: ,p_business_group_id =>p_business_group_id
357: ,p_emp_ass_status_type_id => p_emp_ass_status_type_id