DBA Data[Home] [Help]

APPS.IEX_SEND_XML_PVT dependencies on FND_FILE

Line 438: FND_FILE.PUT_LINE(FND_FILE.LOG,'None of the Invoice have printing_option as PRI for dunning id: '|| l_dunn_dunning_id || ' , so no need to generate xmldata for additional query');

434: --pass addt status as XMLDATA only when addt query executed successfully.
435: l_addt_status := 'XMLDATA';
436: else
437: WriteLog(l_msg || ' none of the Invoice have printing_option as PRI for dunning id: '|| l_dunn_dunning_id || ' , so no need to generate xmldata for additional query');
438: FND_FILE.PUT_LINE(FND_FILE.LOG,'None of the Invoice have printing_option as PRI for dunning id: '|| l_dunn_dunning_id || ' , so no need to generate xmldata for additional query');
439: end if; --if l_no_printable_invoice >0 then
440:
441: end if; --if p_addt_query_id is not null then
442: