DBA Data[Home] [Help]

APPS.INV_TXN_MANAGER_GRP dependencies on INV_QUANTITY_TREE_PUB

Line 15041: inv_quantity_tree_pub.update_quantities

15037: -- update the qty
15038: -- Pawan 11th july Added - GME does not have transfer subinventory
15039: IF ( NOT l_current_batch_failed ) THEN --300
15040: IF (l_actid in (2,28)) then
15041: inv_quantity_tree_pub.update_quantities
15042: (p_api_version_number => 1.0,
15043: p_init_msg_lst => fnd_api.g_false,
15044: x_return_status => l_return_status,
15045: x_msg_count => l_msg_count,

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

15069:
15070:
15071: IF l_return_status <> fnd_api.g_ret_sts_success THEN
15072: FND_MESSAGE.set_name('INV', 'INV_ERR_CREATETREE');
15073: FND_MESSAGE.set_token('ROUTINE','INV_QUANTITY_TREE_PUB.UPDATE_QUANTITIES');
15074: l_error_code:= fnd_message.get;
15075: l_error_exp :=l_msg_data;
15076: x_msg_data := l_msg_data;
15077: UPDATE MTL_TRANSACTIONS_INTERFACE

Line 15111: inv_quantity_tree_pub.update_quantities

15107: /* Jalaj Srivastava Bug 5232394
15108: update tree with correct sign.
15109: sign is derived from transaction_quantity */
15110:
15111: inv_quantity_tree_pub.update_quantities
15112: (p_api_version_number => 1.0,
15113: p_init_msg_lst => fnd_api.g_false,
15114: x_return_status => l_return_status,
15115: x_msg_count => l_msg_count,

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

15138: x_atr => l_atr);
15139:
15140: IF l_return_status <> fnd_api.g_ret_sts_success THEN
15141: FND_MESSAGE.set_name('INV', 'INV_ERR_CREATETREE');
15142: FND_MESSAGE.set_token('ROUTINE','INV_QUANTITY_TREE_PUB.UPDATE_QUANTITIES');
15143: l_error_code:= fnd_message.get;
15144: l_error_exp :=l_msg_data;
15145: x_msg_data := l_msg_data;
15146: UPDATE MTL_TRANSACTIONS_INTERFACE