DBA Data[Home] [Help]

APPS.BIS_RSG_PUB_APIS_PKG dependencies on FND_CONCURRENT_REQUESTS

Line 22: fnd_concurrent_requests req

18: CURSOR CV_ROOT(req_id in number) IS
19: select
20: req.argument2
21: from
22: fnd_concurrent_requests req
23: where
24: req.request_id = req_id and
25: req_id=PRIORITY_REQUEST_ID
26: and has_sub_request = 'Y';