DBA Data[Home] [Help]

APPS.GHR_CORR_CANC_SF52 dependencies on GHR_PA_REQUEST_EI_SHADOW

Line 6314: delete ghr_pa_request_ei_shadow

6310: delete from ghr_pa_routing_history
6311: where pa_request_id = l_sf52_canc.pa_request_id;
6312:
6313: -- Delete Pa_request_EI_shadow data
6314: delete ghr_pa_request_ei_shadow
6315: where pa_request_id = l_sf52_canc.pa_request_id;
6316:
6317: -- Delete Cancelation SF50 Shadow row
6318: hr_utility.set_location(' Deleting Shadow ' || l_sf52_canc.pa_request_id || ' ' || l_proc , 130);