DBA Data[Home] [Help]

APPS.ARP_PROCESS_WRITEOFF dependencies on FND_CONCURRENT_REQUESTS

Line 54: from fnd_concurrent_requests

50: END IF;
51: --Bug 5094139
52: select org_id
53: into l_org_id
54: from fnd_concurrent_requests
55: where request_id = l_request_id;
56:
57: fnd_request.set_org_id(l_org_id);
58: