DBA Data[Home] [Help]

APPS.PER_PEOPLE_PKG dependencies on PER_PEOPLE9_PKG

Line 586: per_people9_pkg.insert_employee_rows(p_person_id => p_person_id

582: --
583: -- insert employee rows.
584: --
585: -- VT 08/13/96
586: per_people9_pkg.insert_employee_rows(p_person_id => p_person_id
587: ,p_effective_start_date => p_effective_start_date
588: ,p_effective_end_date => p_effective_end_date
589: ,p_business_group_id =>p_business_group_id
590: ,p_emp_ass_status_type_id => p_emp_ass_status_type_id

Line 625: per_people9_pkg.insert_applicant_rows(p_person_id => p_person_id

621: --
622: -- do insert applicant rows.
623: --
624: -- VT 08/13/96
625: per_people9_pkg.insert_applicant_rows(p_person_id => p_person_id
626: ,p_effective_start_date => p_effective_start_date
627: ,p_effective_end_date => p_effective_end_date
628: ,p_business_group_id =>p_business_group_id
629: ,p_app_ass_status_type_id => p_app_ass_status_type_id

Line 1381: per_people9_pkg.update_old_person_row(p_person_id =>p_person_id

1377: -- a global version of session date to update the rows (not good)
1378: --
1379: -- VT 08/13/96
1380: if p_session_date <> p_effective_start_date then
1381: per_people9_pkg.update_old_person_row(p_person_id =>p_person_id
1382: ,p_session_date => p_session_date
1383: ,p_effective_start_date=>p_effective_start_date);
1384: end if;
1385: --

Line 1459: per_people9_pkg.insert_applicant_rows(p_person_id => p_person_id

1455: -- Insert the default applicant row and applicant
1456: -- assignment.
1457: --
1458: -- VT 08/13/96
1459: per_people9_pkg.insert_applicant_rows(p_person_id => p_person_id
1460: ,p_effective_start_date => p_effective_start_date
1461: ,p_effective_end_date => p_effective_end_date
1462: ,p_business_group_id =>p_business_group_id
1463: ,p_app_ass_status_type_id => p_app_ass_status_type_id

Line 1500: per_people9_pkg.insert_employee_rows(p_person_id => p_person_id

1496: -- Insert the default period_of service and assignment
1497: -- rows.
1498: --
1499: -- VT 08/13/96
1500: per_people9_pkg.insert_employee_rows(p_person_id => p_person_id
1501: ,p_effective_start_date => p_effective_start_date
1502: ,p_effective_end_date => p_effective_end_date
1503: ,p_business_group_id =>p_business_group_id
1504: ,p_emp_ass_status_type_id => p_emp_ass_status_type_id