DBA Data[Home] [Help]

APPS.WSH_ITM_RESUBMIT dependencies on FND_CONCURRENT

Line 531: l_temp := FND_CONCURRENT.SET_COMPLETION_STATUS(l_completion_status,'');

527:
528:
529: WSH_UTIL_CORE.println('End of the Loop for the Cursor ');
530:
531: l_temp := FND_CONCURRENT.SET_COMPLETION_STATUS(l_completion_status,'');
532:
533:
534: EXCEPTION
535:

Line 551: l_temp := FND_CONCURRENT.SET_COMPLETION_STATUS(l_completion_status,'');

547: l_error_text := SQLERRM;
548: WSH_UTIL_CORE.PrintMsg('In the exception Block');
549: WSH_UTIL_CORE.PrintMsg('Processing failed with an error');
550: WSH_UTIL_CORE.PrintMsg('The unexpected error is '||l_error_code||':' || l_error_text);
551: l_temp := FND_CONCURRENT.SET_COMPLETION_STATUS(l_completion_status,'');
552:
553: END ITM_Resubmit_Requests;
554:
555: END WSH_ITM_RESUBMIT;