DBA Data[Home] [Help]

APPS.PER_PEOPLE4_PKG dependencies on PER_PEOPLE9_PKG

Line 247: per_people9_pkg.update_old_person_row(p_person_id =>p_person_id

243: if p_session_date <> p_effective_start_date then
244: IF g_debug THEN
245: hr_utility.set_location(g_package || l_proc, 40);
246: END IF;
247: per_people9_pkg.update_old_person_row(p_person_id =>p_person_id
248: ,p_session_date => p_session_date
249: ,p_effective_start_date=>p_effective_start_date);
250: end if;
251: --

Line 341: per_people9_pkg.insert_applicant_rows(p_person_id => p_person_id

337: -- VT 08/13/96
338: IF g_debug THEN
339: hr_utility.set_location(g_package || l_proc, 90);
340: END IF;
341: per_people9_pkg.insert_applicant_rows(p_person_id => p_person_id
342: ,p_effective_start_date => p_effective_start_date
343: ,p_effective_end_date => p_effective_end_date
344: ,p_business_group_id =>p_business_group_id
345: ,p_app_ass_status_type_id => p_app_ass_status_type_id

Line 400: per_people9_pkg.insert_employee_rows(p_person_id => p_person_id

396: -- VT 08/13/96
397: IF g_debug THEN
398: hr_utility.set_location(g_package || l_proc, 120);
399: END IF;
400: per_people9_pkg.insert_employee_rows(p_person_id => p_person_id
401: ,p_effective_start_date => p_effective_start_date
402: ,p_effective_end_date => p_effective_end_date
403: ,p_business_group_id =>p_business_group_id
404: ,p_emp_ass_status_type_id => p_emp_ass_status_type_id