DBA Data[Home] [Help]

APPS.INV_LOT_API_PUB dependencies on INV_LOT_API_PKG

Line 9396: Inv_Lot_Api_Pkg.Populate_Lot_Records (

9392: l_api_version := 1.0;
9393: l_init_msg_list := fnd_api.g_false;
9394: l_commit := fnd_api.g_false;
9395:
9396: Inv_Lot_Api_Pkg.Populate_Lot_Records (
9397: p_lot_rec => p_lot_rec
9398: , p_copy_lot_attribute_flag => l_copy_lot_attribute_flag
9399: , p_source => l_source
9400: , p_api_version => l_api_version

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

9406: , x_msg_data => l_msg_data
9407: );
9408:
9409: IF g_debug = 1 THEN
9410: print_debug('Program INV_LOT_API_PKG.POPULATE_LOT_RECORDS return ' || x_return_status, 9);
9411: END IF;
9412: IF l_return_status = g_ret_sts_error THEN
9413: IF g_debug = 1 THEN
9414: print_debug('Program INV_LOT_API_PKG.POPULATE_LOT_RECORDS has failed with a user defined exception', 9);

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

9410: print_debug('Program INV_LOT_API_PKG.POPULATE_LOT_RECORDS return ' || x_return_status, 9);
9411: END IF;
9412: IF l_return_status = g_ret_sts_error THEN
9413: IF g_debug = 1 THEN
9414: print_debug('Program INV_LOT_API_PKG.POPULATE_LOT_RECORDS has failed with a user defined exception', 9);
9415: END IF;
9416: RAISE g_exc_error;
9417: ELSIF l_return_status = g_ret_sts_unexp_error THEN
9418: IF g_debug = 1 THEN

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

9415: END IF;
9416: RAISE g_exc_error;
9417: ELSIF l_return_status = g_ret_sts_unexp_error THEN
9418: IF g_debug = 1 THEN
9419: print_debug('Program INV_LOT_API_PKG.POPULATE_LOT_RECORDS has failed with a Unexpected exception', 9);
9420: END IF;
9421: FND_MESSAGE.SET_NAME('INV','INV_PROGRAM_ERROR');
9422: FND_MESSAGE.SET_TOKEN('PROG_NAME','INV_LOT_API_PKG.POPULATE_LOT_RECORDS');
9423: FND_MSG_PUB.ADD;

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

9418: IF g_debug = 1 THEN
9419: print_debug('Program INV_LOT_API_PKG.POPULATE_LOT_RECORDS has failed with a Unexpected exception', 9);
9420: END IF;
9421: FND_MESSAGE.SET_NAME('INV','INV_PROGRAM_ERROR');
9422: FND_MESSAGE.SET_TOKEN('PROG_NAME','INV_LOT_API_PKG.POPULATE_LOT_RECORDS');
9423: FND_MSG_PUB.ADD;
9424: RAISE g_exc_unexpected_error;
9425: END IF;
9426: