DBA Data[Home] [Help]

APPS.AR_PREPAYMENTS dependencies on FND_CONCURRENT_REQUESTS

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