DBA Data[Home] [Help]

APPS.WMS_CYCLE_PVT dependencies on FND_REQUEST

Line 217: l_req_id := fnd_request.submit_request

213: -- Call the concurrent program to generate count requests
214: IF (l_debug = 1) THEN
215: print_debug('Calling the generate count requests concurrent program');
216: END IF;
217: l_req_id := fnd_request.submit_request
218: ( application => 'INV',
219: program => 'INCACG',
220: argument1 => '2',
221: argument2 => TO_CHAR(l_cycle_count_header_id),

Line 318: l_req_id := fnd_request.submit_request

314: -- the cycle count listing report
315: IF (l_debug = 1) THEN
316: print_debug('About to call the cycle count listing report program');
317: END IF;
318: l_req_id := fnd_request.submit_request
319: ( application => 'INV',
320: program => 'INVARCLI',
321: argument1 => TO_CHAR(p_organization_id),
322: argument2 => TO_CHAR(l_cycle_count_header_id),