DBA Data[Home] [Help]

APPS.GR_REG_PRINT_DOC dependencies on FND_REQUEST

Line 188: l_concurrent_id := FND_REQUEST.SUBMIT_REQUEST

184: ELSE
185: /* Attached documents exists for the delivery detail line */
186: WHILE c_get_attch_doc_details%FOUND LOOP
187: /* Submit the java concurrent program, to print the attached document to an output file */
188: l_concurrent_id := FND_REQUEST.SUBMIT_REQUEST
189: ('GR', 'GR_PRINT_SHIP_DOC', '', '', FALSE,
190: LocalAttachDocDetail.media_id,
191: '', '', '', '', '', '', '', '', '',
192: '', '', '', '', '', '', '', '', '', '',

Line 899: FND_REQUEST.SUBMIT_REQUEST

895: l_msg_data := FND_MESSAGE.GET;
896: FND_FILE.PUT(FND_FILE.LOG, l_msg_data);
897: FND_FILE.NEW_LINE(FND_FILE.LOG, 1);
898: l_concurrent_id :=
899: FND_REQUEST.SUBMIT_REQUEST
900: ( 'GR', 'GR_PRINT_SHIP_DOC', '', '', FALSE,
901: DocumentRec.media_id,
902: '', '', '', '', '', '', '', '', '',
903: '', '', '', '', '', '', '', '', '', '',