DBA Data[Home] [Help]

APPS.QP_BULK_LOADER_PUB dependencies on OE_DEBUG_PUB

Line 4616: oe_debug_pub.add(sqlerrm);

4612: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
4613: retcode := 2;
4614: write_log('Unexpected error '||substr(sqlerrm,1200));
4615: write_log( ' ');
4616: oe_debug_pub.add(sqlerrm);
4617: err_buff := FND_MESSAGE.GET;
4618: WHEN OTHERS THEN
4619: retcode := 2;
4620: write_log('Unexpected error '||substr(sqlerrm,1200));

Line 4622: oe_debug_pub.add(sqlerrm);

4618: WHEN OTHERS THEN
4619: retcode := 2;
4620: write_log('Unexpected error '||substr(sqlerrm,1200));
4621: write_log( ' ');
4622: oe_debug_pub.add(sqlerrm);
4623: err_buff := FND_MESSAGE.GET;
4624:
4625: END LOAD_LISTS;
4626: