DBA Data[Home] [Help]

APPS.WMS_CYCLE_PVT dependencies on FND_REQUEST

Line 189: l_req_id := fnd_request.submit_request

185: -- Call the concurrent program to generate count requests
186: IF (l_debug = 1) THEN
187: print_debug('Calling the generate count requests concurrent program');
188: END IF;
189: l_req_id := fnd_request.submit_request
190: ( application => 'INV',
191: program => 'INCACG',
192: argument1 => '2',
193: argument2 => TO_CHAR(l_cycle_count_header_id),

Line 211: l_req_id := fnd_request.submit_request

207: -- the cycle count listing report
208: IF (l_debug = 1) THEN
209: print_debug('About to call the cycle count listing report program');
210: END IF;
211: l_req_id := fnd_request.submit_request
212: ( application => 'INV',
213: program => 'INVARCLI',
214: argument1 => TO_CHAR(p_organization_id),
215: argument2 => TO_CHAR(l_cycle_count_header_id),