DBA Data[Home] [Help]

APPS.IEX_UWQ_POP_SUM_TBL_PVT dependencies on FND_CONCURRENT

Line 3343: l_return := FND_CONCURRENT.SET_COMPLETION_STATUS(

3339: where REQUEST_ID = FND_GLOBAL.conc_request_id;
3340: commit;
3341:
3342: if FND_GLOBAL.Conc_Request_Id is not null then
3343: l_return := FND_CONCURRENT.SET_COMPLETION_STATUS(
3344: status => 'ERROR',
3345: message => 'The process has failed. Please review log file.');
3346: end if;
3347:

Line 3394: l_return := FND_CONCURRENT.SET_COMPLETION_STATUS(

3390: where REQUEST_ID = FND_GLOBAL.conc_request_id;
3391: commit;
3392:
3393: if FND_GLOBAL.Conc_Request_Id is not null then
3394: l_return := FND_CONCURRENT.SET_COMPLETION_STATUS(
3395: status => 'ERROR',
3396: message => 'The process has failed. Please review log file.');
3397: end if;
3398: