DBA Data[Home] [Help]

APPS.GHR_CORR_CANC_SF52 dependencies on GHR_AGENCY_UPDATE

Line 675: ghr_agency_update.ghr_agency_upd(

671: ,p_system_person_type => 'EX_EMP');
672: */
673:
674:
675: ghr_agency_update.ghr_agency_upd(
676: p_pa_request_rec => l_sf52_data,
677: p_asg_sf52 => l_imm_asg_sf52,
678: p_asg_non_sf52 => l_imm_asg_non_sf52,
679: p_asg_nte_dates => l_imm_asg_nte_dates,

Line 1239: ghr_agency_update.ghr_agency_upd(

1235: p_period_of_service_id => null
1236: );
1237: -- End segment for bug# 1295751
1238:
1239: ghr_agency_update.ghr_agency_upd(
1240: p_pa_request_rec => l_sf52_data,
1241: p_asg_sf52 => l_imm_asg_sf52,
1242: p_asg_non_sf52 => l_imm_asg_non_sf52,
1243: p_asg_nte_dates => l_imm_asg_nte_dates,

Line 2270: ghr_agency_update.ghr_agency_upd(

2266: end if;
2267: END LOOP;
2268: hr_utility.set_location('Exited Loop'|| l_proc,85);
2269:
2270: ghr_agency_update.ghr_agency_upd(
2271: p_pa_request_rec => l_sf52_data,
2272: p_asg_sf52 => l_imm_asg_sf52,
2273: p_asg_non_sf52 => l_imm_asg_non_sf52,
2274: p_asg_nte_dates => l_imm_asg_nte_dates,