DBA Data[Home] [Help]

APPS.INV_TXN_MANAGER_GRP dependencies on INV_QUANTITY_TREE_PUB

Line 14456: inv_quantity_tree_pub.update_quantities

14452: -- update the qty
14453: -- Pawan 11th july Added - GME does not have transfer subinventory
14454: IF ( NOT l_current_batch_failed ) THEN --300
14455: IF (l_actid in (2,28)) then
14456: inv_quantity_tree_pub.update_quantities
14457: (p_api_version_number => 1.0,
14458: p_init_msg_lst => fnd_api.g_false,
14459: x_return_status => l_return_status,
14460: x_msg_count => l_msg_count,

Line 14488: FND_MESSAGE.set_token('ROUTINE','INV_QUANTITY_TREE_PUB.UPDATE_QUANTITIES');

14484:
14485:
14486: IF l_return_status <> fnd_api.g_ret_sts_success THEN
14487: FND_MESSAGE.set_name('INV', 'INV_ERR_CREATETREE');
14488: FND_MESSAGE.set_token('ROUTINE','INV_QUANTITY_TREE_PUB.UPDATE_QUANTITIES');
14489: l_error_code:= fnd_message.get;
14490: l_error_exp :=l_msg_data;
14491: x_msg_data := l_msg_data;
14492: UPDATE MTL_TRANSACTIONS_INTERFACE

Line 14526: inv_quantity_tree_pub.update_quantities

14522: /* Jalaj Srivastava Bug 5232394
14523: update tree with correct sign.
14524: sign is derived from transaction_quantity */
14525:
14526: inv_quantity_tree_pub.update_quantities
14527: (p_api_version_number => 1.0,
14528: p_init_msg_lst => fnd_api.g_false,
14529: x_return_status => l_return_status,
14530: x_msg_count => l_msg_count,

Line 14557: FND_MESSAGE.set_token('ROUTINE','INV_QUANTITY_TREE_PUB.UPDATE_QUANTITIES');

14553: x_atr => l_atr);
14554:
14555: IF l_return_status <> fnd_api.g_ret_sts_success THEN
14556: FND_MESSAGE.set_name('INV', 'INV_ERR_CREATETREE');
14557: FND_MESSAGE.set_token('ROUTINE','INV_QUANTITY_TREE_PUB.UPDATE_QUANTITIES');
14558: l_error_code:= fnd_message.get;
14559: l_error_exp :=l_msg_data;
14560: x_msg_data := l_msg_data;
14561: UPDATE MTL_TRANSACTIONS_INTERFACE