DBA Data[Home] [Help]

APPS.GHR_CORR_CANC_SF52 dependencies on GHR_PA_REQUEST_EI_SHADOW

Line 6669: delete ghr_pa_request_ei_shadow

6665: delete from ghr_pa_routing_history
6666: where pa_request_id = l_sf52_canc.pa_request_id;
6667:
6668: -- Delete Pa_request_EI_shadow data
6669: delete ghr_pa_request_ei_shadow
6670: where pa_request_id = l_sf52_canc.pa_request_id;
6671:
6672: -- Delete Cancelation SF50 Shadow row
6673: hr_utility.set_location(' Deleting Shadow ' || l_sf52_canc.pa_request_id || ' ' || l_proc , 130);