DBA Data[Home] [Help]

APPS.CST_UNINVOICEDRECEIPTS_PVT dependencies on FND_FILE

Line 920: FND_FILE.PUT(FND_FILE.OUTPUT, l_data);

916:
917: -- Read 32 KB of data and print it to the report output
918: DBMS_LOB.read (p_xml_data, l_amount, l_offset, l_data);
919:
920: FND_FILE.PUT(FND_FILE.OUTPUT, l_data);
921:
922: l_length := l_length - l_amount;
923: l_offset := l_offset + l_amount;
924: