DBA Data[Home] [Help]

APPS.PER_PEOPLE12_PKG dependencies on HR_PERSON

Line 743: -- hr_person.generate_number(p_current_employee_flag

739: -- null;
740: -- hr_utility.set_location('PER_PEOPLE12_PKG.update_row1',45);
741: -- else
742: -- hr_utility.set_location('PER_PEOPLE12_PKG.update_row1',50);
743: -- hr_person.generate_number(p_current_employee_flag
744: -- ,p_current_applicant_flag
745: -- ,null --p_current_npw_flag
746: -- ,p_national_identifier
747: -- ,p_business_group_id

Line 757: hr_person.validate_unique_number(p_person_id =>p_person_id

753: --
754: -- Test current numbers are not used by
755: -- the system already.
756: --
757: hr_person.validate_unique_number(p_person_id =>p_person_id
758: , p_business_group_id => p_business_group_id
759: , p_employee_number => p_employee_number
760: , p_applicant_number => p_applicant_number
761: , p_npw_number => null --p_npw_number

Line 816: -- if hr_person.chk_future_person_type(p_s_system_person_type

812: -- called directly from PERWSEPI.pld
813: --
814: -- Ensure no future person_type_changes.
815: --
816: -- if hr_person.chk_future_person_type(p_s_system_person_type
817: -- ,p_person_id
818: -- ,p_business_group_id
819: -- ,p_effective_start_date) then
820: -- fnd_message.set_name('PAY','HR_7193_PER_FUT_TYPE_EXISTS');

Line 875: if hr_person.chk_future_person_type(p_s_system_person_type

871: hr_utility.set_location('PER_PEOPLE12_PKG.update_row1',95);
872: --
873: -- Ensure no future person_type_changes.
874: --
875: if hr_person.chk_future_person_type(p_s_system_person_type
876: ,p_person_id
877: ,p_business_group_id
878: --changes for bug no 6070935
879: -- ,p_effective_start_date) then

Line 993: if hr_person.chk_future_person_type(p_s_system_person_type

989: hr_utility.set_location('PER_PEOPLE12_PKG.update_row1',125);
990: --
991: -- Ensure no future person_type_changes.
992: --
993: if hr_person.chk_future_person_type(p_s_system_person_type
994: ,p_person_id
995: ,p_business_group_id
996: ,p_effective_start_date) then
997: fnd_message.set_name('PAY','HR_7193_PER_FUT_TYPE_EXISTS');

Line 1314: ,p_person_type_id => hr_person_type_usage_info.get_default_person_type_id

1310: -- **** End new code for bug 2264569 **********************************
1311: hr_per_type_usage_internal.maintain_person_type_usage
1312: (p_effective_date => p_effective_start_date
1313: ,p_person_id => p_person_id
1314: ,p_person_type_id => hr_person_type_usage_info.get_default_person_type_id
1315: (p_business_group_id
1316: ,'EX_APL')
1317: );
1318: -- **** Start new code for bug 2264569 **********************************

Line 1413: hr_utility.set_location('PER_PEOPLE12_PKG.update_row1 '||hr_person_type_usage_info.get_default_person_type_id(

1409: hr_utility.set_location('PER_PEOPLE12_PKG.update_row1',272);
1410: hr_utility.set_location('PER_PEOPLE12_PKG.update_row1 '||p_person_type_id,272);
1411: hr_utility.set_location('PER_PEOPLE12_PKG.update_row1 '||p_s_system_person_type,272);
1412: hr_utility.set_location('PER_PEOPLE12_PKG.update_row1 '||p_system_person_type,272);
1413: hr_utility.set_location('PER_PEOPLE12_PKG.update_row1 '||hr_person_type_usage_info.get_default_person_type_id(
1414: p_business_group_id,p_system_person_type),272);
1415:
1416: -- Bug 6196362 Starts.
1417: -- update per_people_f ppf

Line 1425: --,ppf.person_type_id =hr_person_type_usage_info.get_default_person_type_id( p_business_group_id ,p_system_person_type) bug 6848958

1421: ,ppf.effective_start_date = p_effective_start_date
1422: ,ppf.effective_end_date = p_effective_end_date
1423: ,ppf.business_group_id = p_business_group_id
1424: -- ,ppf.person_type_id = p_person_type_id
1425: --,ppf.person_type_id =hr_person_type_usage_info.get_default_person_type_id( p_business_group_id ,p_system_person_type) bug 6848958
1426: ,ppf.person_type_id =decode( p_system_person_type,'CWK',
1427: hr_person_type_usage_info.get_default_person_type_id(
1428: p_business_group_id,'OTHER'),
1429: hr_person_type_usage_info.get_default_person_type_id(

Line 1427: hr_person_type_usage_info.get_default_person_type_id(

1423: ,ppf.business_group_id = p_business_group_id
1424: -- ,ppf.person_type_id = p_person_type_id
1425: --,ppf.person_type_id =hr_person_type_usage_info.get_default_person_type_id( p_business_group_id ,p_system_person_type) bug 6848958
1426: ,ppf.person_type_id =decode( p_system_person_type,'CWK',
1427: hr_person_type_usage_info.get_default_person_type_id(
1428: p_business_group_id,'OTHER'),
1429: hr_person_type_usage_info.get_default_person_type_id(
1430: p_business_group_id,p_system_person_type)) -- fix for bug6848958
1431: ,ppf.last_name = p_last_name

Line 1429: hr_person_type_usage_info.get_default_person_type_id(

1425: --,ppf.person_type_id =hr_person_type_usage_info.get_default_person_type_id( p_business_group_id ,p_system_person_type) bug 6848958
1426: ,ppf.person_type_id =decode( p_system_person_type,'CWK',
1427: hr_person_type_usage_info.get_default_person_type_id(
1428: p_business_group_id,'OTHER'),
1429: hr_person_type_usage_info.get_default_person_type_id(
1430: p_business_group_id,p_system_person_type)) -- fix for bug6848958
1431: ,ppf.last_name = p_last_name
1432: ,ppf.start_date = p_start_date
1433: ,ppf.applicant_number = p_applicant_number