DBA Data[Home] [Help]

APPS.WIP_OSP_SHP_I_WF dependencies on FND_CONCURRENT_REQUESTS

Line 1782: from fnd_concurrent_requests

1778: IF(fnd_profile.value('REQIMP_AUTORELEASE') = 'Y') THEN
1779: BEGIN
1780: select request_id
1781: into l_child_id
1782: from fnd_concurrent_requests
1783: where parent_request_id = l_parent_id;
1784:
1785: IF l_child_id <> 0 THEN
1786: wait := FND_CONCURRENT.WAIT_FOR_REQUEST