DBA Data[Home] [Help]

APPS.INV_LOT_API_PUB dependencies on INV_LOT_API_PKG

Line 9865: Inv_Lot_Api_Pkg.Populate_Lot_Records (

9861: l_api_version := 1.0;
9862: l_init_msg_list := p_init_msg_list; --fnd_api.g_false; Bug# 7686319
9863: l_commit := fnd_api.g_false;
9864:
9865: Inv_Lot_Api_Pkg.Populate_Lot_Records (
9866: p_lot_rec => p_lot_rec
9867: , p_copy_lot_attribute_flag => l_copy_lot_attribute_flag
9868: , p_source => l_source
9869: , p_api_version => l_api_version

Line 9880: print_debug('Program INV_LOT_API_PKG.POPULATE_LOT_RECORDS return ' || x_return_status, 9);

9876: , p_caculate_flag => p_caculate_flag --14192172
9877: );
9878:
9879: IF g_debug = 1 THEN
9880: print_debug('Program INV_LOT_API_PKG.POPULATE_LOT_RECORDS return ' || x_return_status, 9);
9881: END IF;
9882: IF l_return_status = g_ret_sts_error THEN
9883: IF g_debug = 1 THEN
9884: print_debug('Program INV_LOT_API_PKG.POPULATE_LOT_RECORDS has failed with a user defined exception', 9);

Line 9884: print_debug('Program INV_LOT_API_PKG.POPULATE_LOT_RECORDS has failed with a user defined exception', 9);

9880: print_debug('Program INV_LOT_API_PKG.POPULATE_LOT_RECORDS return ' || x_return_status, 9);
9881: END IF;
9882: IF l_return_status = g_ret_sts_error THEN
9883: IF g_debug = 1 THEN
9884: print_debug('Program INV_LOT_API_PKG.POPULATE_LOT_RECORDS has failed with a user defined exception', 9);
9885: END IF;
9886: RAISE g_exc_error;
9887: ELSIF l_return_status = g_ret_sts_unexp_error THEN
9888: IF g_debug = 1 THEN

Line 9889: print_debug('Program INV_LOT_API_PKG.POPULATE_LOT_RECORDS has failed with a Unexpected exception', 9);

9885: END IF;
9886: RAISE g_exc_error;
9887: ELSIF l_return_status = g_ret_sts_unexp_error THEN
9888: IF g_debug = 1 THEN
9889: print_debug('Program INV_LOT_API_PKG.POPULATE_LOT_RECORDS has failed with a Unexpected exception', 9);
9890: END IF;
9891: FND_MESSAGE.SET_NAME('INV','INV_PROGRAM_ERROR');
9892: FND_MESSAGE.SET_TOKEN('PROG_NAME','INV_LOT_API_PKG.POPULATE_LOT_RECORDS');
9893: FND_MSG_PUB.ADD;

Line 9892: FND_MESSAGE.SET_TOKEN('PROG_NAME','INV_LOT_API_PKG.POPULATE_LOT_RECORDS');

9888: IF g_debug = 1 THEN
9889: print_debug('Program INV_LOT_API_PKG.POPULATE_LOT_RECORDS has failed with a Unexpected exception', 9);
9890: END IF;
9891: FND_MESSAGE.SET_NAME('INV','INV_PROGRAM_ERROR');
9892: FND_MESSAGE.SET_TOKEN('PROG_NAME','INV_LOT_API_PKG.POPULATE_LOT_RECORDS');
9893: FND_MSG_PUB.ADD;
9894: RAISE g_exc_unexpected_error;
9895: END IF;
9896: