DBA Data[Home] [Help]

APPS.INV_TXN_MANAGER_PUB dependencies on INV_QUANTITY_TREE_PUB

Line 3973: inv_quantity_tree_pub.update_quantities

3969: -- update the qty
3970: -- Pawan 11th july Added - GME does not have transfer subinventory
3971: IF ( NOT l_current_batch_failed ) THEN --300
3972: IF (l_actid in (2,28)) then
3973: inv_quantity_tree_pub.update_quantities
3974: (p_api_version_number => 1.0,
3975: p_init_msg_lst => fnd_api.g_false,
3976: x_return_status => l_return_status,
3977: x_msg_count => l_msg_count,

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

4001:
4002:
4003: IF l_return_status <> fnd_api.g_ret_sts_success THEN
4004: FND_MESSAGE.set_name('INV', 'INV_ERR_CREATETREE');
4005: FND_MESSAGE.set_token('ROUTINE','INV_QUANTITY_TREE_PUB.UPDATE_QUANTITIES');
4006: l_error_code:= fnd_message.get;
4007: l_error_exp :=l_msg_data;
4008: x_msg_data := l_msg_data;
4009: UPDATE MTL_TRANSACTIONS_INTERFACE

Line 4043: inv_quantity_tree_pub.update_quantities

4039: /* Jalaj Srivastava Bug 5232394
4040: update tree with correct sign.
4041: sign is derived from transaction_quantity */
4042:
4043: inv_quantity_tree_pub.update_quantities
4044: (p_api_version_number => 1.0,
4045: p_init_msg_lst => fnd_api.g_false,
4046: x_return_status => l_return_status,
4047: x_msg_count => l_msg_count,

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

4070: x_atr => l_atr);
4071:
4072: IF l_return_status <> fnd_api.g_ret_sts_success THEN
4073: FND_MESSAGE.set_name('INV', 'INV_ERR_CREATETREE');
4074: FND_MESSAGE.set_token('ROUTINE','INV_QUANTITY_TREE_PUB.UPDATE_QUANTITIES');
4075: l_error_code:= fnd_message.get;
4076: l_error_exp :=l_msg_data;
4077: x_msg_data := l_msg_data;
4078: UPDATE MTL_TRANSACTIONS_INTERFACE