DBA Data[Home] [Help]

APPS.WMS_PUTAWAY_SUGGESTIONS dependencies on FND_REQUEST

Line 189: l_req_id := fnd_request.submit_request

185: RAISE fnd_api.g_exc_error;
186: END IF;
187:
188:
189: l_req_id := fnd_request.submit_request
190: (application => 'WMS',
191: program => 'WMSPRPUT',
192: description => 'Pregenerate putaway suggestions',
193: argument1 => TO_CHAR(p_org_id),