DBA Data[Home] [Help]

APPS.WMS_PUTAWAY_SUGGESTIONS dependencies on FND_REQUEST

Line 224: l_req_id := fnd_request.submit_request

220: IF (l_crossdock_flag <> 2 OR l_pregen_putaway_tasks_flag <> 2) OR l_plan_xdock_flag='Y' THEN
221: --End of bug 13789232
222:
223:
224: l_req_id := fnd_request.submit_request
225: (application => 'WMS',
226: program => 'WMSPRPUT',
227: description => 'Pregenerate putaway suggestions',
228: argument1 => TO_CHAR(p_org_id),