DBA Data[Home] [Help]

APPS.GR_DISPATCH_HISTORY_PVT dependencies on FND_REQUEST

Line 412: l_concurrent_id := FND_REQUEST.SUBMIT_REQUEST

408: l_document_location := substr(p_document_location,1,instr(p_document_location,':')-1);
409: l_document_name := substr(p_document_location,instr(p_document_location,':')+1)||'/'||p_document_name;
410:
411: /* Submit the java concurrent program, to upload file to temp table. */
412: l_concurrent_id := FND_REQUEST.SUBMIT_REQUEST
413: ('GR', 'GR_FILE_UPLOAD', '', '', FALSE,
414: l_document_location,l_document_name,
415: '', '', '', '', '', '', '', '',
416: '', '', '', '', '', '', '', '', '', '',