DBA Data[Home] [Help]

APPS.AR_PREPAYMENTS dependencies on FND_CONCURRENT

Line 2083: from fnd_concurrent_requests

2079: IF l_request_id <> 0 AND l_request_id is not null THEN
2080:
2081: BEGIN
2082: select org_id into l_org_id
2083: from fnd_concurrent_requests
2084: where request_id = l_request_id;
2085:
2086: EXCEPTION
2087: WHEN OTHERS THEN

Line 2356: lb_request_status := FND_CONCURRENT.set_completion_status('WARNING', '');

2352: END IF;
2353:
2354: if (l_retcode <> 0) then
2355: FND_FILE.put_line(fnd_file.log,'There are few prepayments which could not match. Pl check log file for details');
2356: lb_request_status := FND_CONCURRENT.set_completion_status('WARNING', '');
2357: -- RAISE FND_API.G_EXC_ERROR;
2358: end if;
2359:
2360: