DBA Data[Home] [Help]

APPS.CST_UNINVOICEDRECEIPTS_PVT dependencies on FND_FILE

Line 60: fnd_file.put_line(FND_FILE.LOG,'Error in: CST_UninvoicedReceipts_PVT.get_qty_precision()');

56: x_return_status := FND_API.g_ret_sts_unexp_error;
57: x_msg_data := SQLERRM;
58: FND_MSG_PUB.count_and_get(p_count => x_msg_count,
59: p_data => x_msg_data);
60: fnd_file.put_line(FND_FILE.LOG,'Error in: CST_UninvoicedReceipts_PVT.get_qty_precision()');
61: end get_qty_precision;
62:
63:
64: -----------------------------------------------------------------------------

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

1023:
1024: -- Read 32 KB of data and print it to the report output
1025: DBMS_LOB.read (p_xml_data, l_amount, l_offset, l_data);
1026:
1027: FND_FILE.PUT(FND_FILE.OUTPUT, l_data);
1028:
1029: l_length := l_length - l_amount;
1030: l_offset := l_offset + l_amount;
1031: