DBA Data[Home] [Help]

APPS.INV_TXN_MANAGER_PUB dependencies on INV_QUANTITY_TREE_PUB

Line 3854: inv_quantity_tree_pub.update_quantities

3850: -- update the qty
3851: -- Pawan 11th july Added - GME does not have transfer subinventory
3852: IF ( NOT l_current_batch_failed ) THEN --300
3853: IF (l_actid in (2,28)) then
3854: inv_quantity_tree_pub.update_quantities
3855: (p_api_version_number => 1.0,
3856: p_init_msg_lst => fnd_api.g_false,
3857: x_return_status => l_return_status,
3858: x_msg_count => l_msg_count,

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

3882:
3883:
3884: IF l_return_status <> fnd_api.g_ret_sts_success THEN
3885: FND_MESSAGE.set_name('INV', 'INV_ERR_CREATETREE');
3886: FND_MESSAGE.set_token('ROUTINE','INV_QUANTITY_TREE_PUB.UPDATE_QUANTITIES');
3887: l_error_code:= fnd_message.get;
3888: l_error_exp :=l_msg_data;
3889: x_msg_data := l_msg_data;
3890: UPDATE MTL_TRANSACTIONS_INTERFACE

Line 3924: inv_quantity_tree_pub.update_quantities

3920: /* Jalaj Srivastava Bug 5232394
3921: update tree with correct sign.
3922: sign is derived from transaction_quantity */
3923:
3924: inv_quantity_tree_pub.update_quantities
3925: (p_api_version_number => 1.0,
3926: p_init_msg_lst => fnd_api.g_false,
3927: x_return_status => l_return_status,
3928: x_msg_count => l_msg_count,

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

3951: x_atr => l_atr);
3952:
3953: IF l_return_status <> fnd_api.g_ret_sts_success THEN
3954: FND_MESSAGE.set_name('INV', 'INV_ERR_CREATETREE');
3955: FND_MESSAGE.set_token('ROUTINE','INV_QUANTITY_TREE_PUB.UPDATE_QUANTITIES');
3956: l_error_code:= fnd_message.get;
3957: l_error_exp :=l_msg_data;
3958: x_msg_data := l_msg_data;
3959: UPDATE MTL_TRANSACTIONS_INTERFACE