DBA Data[Home] [Help]

APPS.AS_CATALOG_MIGRATION dependencies on FND_CONCURRENT

Line 358: l_status := fnd_concurrent.set_completion_status('WARNING',FND_MESSAGE.Get_String('AS','API_REQUEST_WARNING_STATUS'));

354:
355: COMMIT;
356:
357: if (l_warning = 'Y') then
358: l_status := fnd_concurrent.set_completion_status('WARNING',FND_MESSAGE.Get_String('AS','API_REQUEST_WARNING_STATUS'));
359: end if;
360: EXCEPTION
361: WHEN OTHERS THEN
362: Rollback;

Line 366: l_status := fnd_concurrent.set_completion_status('ERROR',sqlerrm);

362: Rollback;
363:
364: RETCODE := FND_API.G_RET_STS_ERROR;
365:
366: l_status := fnd_concurrent.set_completion_status('ERROR',sqlerrm);
367: IF l_status = TRUE THEN
368: FND_FILE.PUT_LINE(FND_FILE.LOG,'Error, can not complete Concurrent Program') ;
369: END IF ;
370: