DBA Data[Home] [Help]

APPS.PER_PEOPLE12_PKG dependencies on HRHIRAPL

Line 1079: hrhirapl.end_bookings(p_person_id

1075: hr_utility.set_location('PER_PEOPLE12_PKG.update_row1',175);
1076: end if;
1077: if p_status = 'END_BOOKINGS' then
1078: hr_utility.set_location('PER_PEOPLE12_PKG.update_row1',180);
1079: hrhirapl.end_bookings(p_person_id
1080: , p_business_group_id
1081: , p_hire_date);
1082: hr_utility.set_location('PER_PEOPLE12_PKG.update_row1',185);
1083: --

Line 1152: -- hrhirapl.end_unaccepted_app_assign(p_person_id

1148: --
1149: -- End the unaccepted assignments.
1150: --
1151: --hr_utility.set_location('PER_PEOPLE12_PKG.update_row1',220);
1152: -- hrhirapl.end_unaccepted_app_assign(p_person_id
1153: -- ,p_business_group_id
1154: -- ,p_legislation_code
1155: -- ,p_session_date);
1156: --hr_utility.set_location('PER_PEOPLE12_PKG.update_row1',225);

Line 1220: hr_utility.set_location('update_row - b4 hrhirapl',1);

1216: end if;
1217: --
1218: -- Run the employ_applicant stored procedure
1219: --
1220: hr_utility.set_location('update_row - b4 hrhirapl',1);
1221: -- **** Start new code for bug 2264569 *****************************
1222: -- End date chosen unaccepted applicant assignments
1223: hr_utility.set_location('PER_PEOPLE12_PKG.update_row1',257);
1224: hrhirapl.end_unaccepted_app_assign(p_person_id

Line 1224: hrhirapl.end_unaccepted_app_assign(p_person_id

1220: hr_utility.set_location('update_row - b4 hrhirapl',1);
1221: -- **** Start new code for bug 2264569 *****************************
1222: -- End date chosen unaccepted applicant assignments
1223: hr_utility.set_location('PER_PEOPLE12_PKG.update_row1',257);
1224: hrhirapl.end_unaccepted_app_assign(p_person_id
1225: ,p_business_group_id
1226: ,p_legislation_code
1227: ,p_session_date
1228: ,p_tab);

Line 1229: hr_utility.set_location('update_row - b4 hrhirapl',2);

1225: ,p_business_group_id
1226: ,p_legislation_code
1227: ,p_session_date
1228: ,p_tab);
1229: hr_utility.set_location('update_row - b4 hrhirapl',2);
1230:
1231: -- **** End new code for bug 2264569 *****************************
1232:
1233: hr_utility.set_location('PER_PEOPLE12_PKG.update_row1',259);

Line 1234: hrhirapl.employ_applicant(p_person_id

1230:
1231: -- **** End new code for bug 2264569 *****************************
1232:
1233: hr_utility.set_location('PER_PEOPLE12_PKG.update_row1',259);
1234: hrhirapl.employ_applicant(p_person_id
1235: ,p_business_group_id
1236: ,p_legislation_code
1237: ,p_new_primary_id
1238: ,p_emp_ass_status_type_id

Line 1254: hr_utility.set_location('update_row - after hrhirapl',2);

1250: -- **** Start new code for bug 2264569 ******
1251: ,p_tab
1252: -- **** End new code for bug 2264569 *******
1253: );
1254: hr_utility.set_location('update_row - after hrhirapl',2);
1255: hr_utility.set_location('manage PTU records',3);
1256: if p_system_person_type = 'EMP' then
1257: --
1258: -- PTU : Following Code has been added