DBA Data[Home] [Help]

APPS.WSH_CONC_UTIL_PKG dependencies on FND_CONCURRENT

Line 534: FROM fnd_concurrent_requests fcr

530: FOR UPDATE NOWAIT;
531:
532: CURSOR c_request_completed(p_id NUMBER) IS
533: SELECT 1
534: FROM fnd_concurrent_requests fcr
535: WHERE fcr.request_id = p_id
536: AND fcr.phase_code = 'C'
537: AND rownum = 1;
538:

Line 822: l_rc := FND_CONCURRENT.SET_COMPLETION_STATUS(l_completion_status,

818: FND_MESSAGE.SET_NAME('WSH', 'WSH_UPDATE_SM_TRY_AGAIN');
819: print_output;
820: END IF;
821:
822: l_rc := FND_CONCURRENT.SET_COMPLETION_STATUS(l_completion_status,
823: 'update_ship_method_SRS');
824: errbuf := l_errbuf;
825: retcode := l_retcode;
826:

Line 849: l_rc := FND_CONCURRENT.SET_COMPLETION_STATUS(l_completion_status,

845: WSH_DEBUG_SV.C_UNEXPEC_ERR_LEVEL);
846: END IF;
847: WSH_UTIL_CORE.printmsg(l_errbuf);
848:
849: l_rc := FND_CONCURRENT.SET_COMPLETION_STATUS(l_completion_status,
850: 'update_ship_method_SRS');
851: errbuf := l_errbuf;
852: retcode := l_retcode;
853: