DBA Data[Home] [Help]

APPS.QP_BULK_LOADER_PUB dependencies on OE_DEBUG_PUB

Line 4735: oe_debug_pub.add(sqlerrm);

4731: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
4732: retcode := 2;
4733: write_log('Unexpected error '||substr(sqlerrm,1200));
4734: write_log( ' ');
4735: oe_debug_pub.add(sqlerrm);
4736: err_buff := FND_MESSAGE.GET;
4737: WHEN OTHERS THEN
4738: retcode := 2;
4739: write_log('Unexpected error '||substr(sqlerrm,1200));

Line 4741: oe_debug_pub.add(sqlerrm);

4737: WHEN OTHERS THEN
4738: retcode := 2;
4739: write_log('Unexpected error '||substr(sqlerrm,1200));
4740: write_log( ' ');
4741: oe_debug_pub.add(sqlerrm);
4742: err_buff := FND_MESSAGE.GET;
4743:
4744: END LOAD_LISTS;
4745: