DBA Data[Home] [Help]

APPS.ARP_PROCESS_WRITEOFF dependencies on FND_CONCURRENT_REQUESTS

Line 51: from fnd_concurrent_requests

47:
48: --Bug 5094139
49: select org_id
50: into l_org_id
51: from fnd_concurrent_requests
52: where request_id = l_request_id;
53:
54: fnd_request.set_org_id(l_org_id);
55: