DBA Data[Home] [Help]

APPS.CST_PAC_WIP_VALUE_REPORT_PVT dependencies on FND_FILE

Line 191: FND_FILE.PUT (FND_FILE.OUTPUT, l_buffer);

187: LOOP
188: EXIT WHEN l_length <= 0;
189: -- Read 32 KB of data and print it to the report output
190: DBMS_LOB.read (l_xml_doc, l_amount, l_offset, l_buffer);
191: FND_FILE.PUT (FND_FILE.OUTPUT, l_buffer);
192: l_length := l_length - l_amount;
193: l_offset := l_offset + l_amount;
194: END LOOP;
195: