DBA Data[Home] [Help]

APPS.PER_PEOPLE12_PKG dependencies on PER_PEOPLE9_PKG

Line 509: per_people9_pkg.update_old_person_row(p_person_id =>p_person_id

505: --
506: -- VT 08/13/96
507: if p_session_date <> p_effective_start_date then
508: hr_utility.set_location('PER_PEOPLE12_PKG.update_row2',40);
509: per_people9_pkg.update_old_person_row(p_person_id =>p_person_id
510: ,p_session_date => p_session_date
511: ,p_effective_start_date=>p_effective_start_date);
512: end if;
513: --

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

618: -- Insert the default applicant row and applicant
619: -- assignment.
620: --
621: -- VT 08/13/96
622: --per_people9_pkg.insert_applicant_rows(p_person_id => p_person_id
623: -- ,p_effective_start_date => p_effective_start_date
624: -- ,p_effective_end_date => p_effective_end_date
625: -- ,p_business_group_id =>p_business_group_id
626: -- ,p_app_ass_status_type_id => p_app_ass_status_type_id

Line 719: per_people9_pkg.insert_employee_rows(p_person_id => p_person_id

715: -- Insert the default period_of service and assignment
716: -- rows.
717: --
718: -- VT 08/13/96
719: per_people9_pkg.insert_employee_rows(p_person_id => p_person_id
720: ,p_effective_start_date => p_effective_start_date
721: ,p_effective_end_date => hr_api.g_eot -- ER FPT
722: ,p_business_group_id =>p_business_group_id
723: ,p_emp_ass_status_type_id => p_emp_ass_status_type_id

Line 2983: per_people9_pkg.update_old_person_row(p_person_id =>p_person_id

2979: --
2980: -- VT 08/13/96
2981: if p_session_date <> p_effective_start_date then
2982: hr_utility.set_location('PER_PEOPLE12_PKG.update_row1',40);
2983: per_people9_pkg.update_old_person_row(p_person_id =>p_person_id
2984: ,p_session_date => p_session_date
2985: ,p_effective_start_date=>p_effective_start_date);
2986: end if;
2987: --

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

3092: -- Insert the default applicant row and applicant
3093: -- assignment.
3094: --
3095: -- VT 08/13/96
3096: --per_people9_pkg.insert_applicant_rows(p_person_id => p_person_id
3097: -- ,p_effective_start_date => p_effective_start_date
3098: -- ,p_effective_end_date => p_effective_end_date
3099: -- ,p_business_group_id =>p_business_group_id
3100: -- ,p_app_ass_status_type_id => p_app_ass_status_type_id

Line 3194: per_people9_pkg.insert_employee_rows(p_person_id => p_person_id

3190: -- Insert the default period_of service and assignment
3191: -- rows.
3192: --
3193: -- VT 08/13/96
3194: per_people9_pkg.insert_employee_rows(p_person_id => p_person_id
3195: ,p_effective_start_date => p_effective_start_date
3196: ,p_effective_end_date => p_effective_end_date
3197: ,p_business_group_id =>p_business_group_id
3198: ,p_emp_ass_status_type_id => p_emp_ass_status_type_id