DBA Data[Home] [Help]

APPS.WMA_INV_WRAPPERS dependencies on INV_QUANTITY_TREE_PUB

Line 491: inv_quantity_tree_pub.clear_quantity_cache;

487: PROCEDURE clearQtyTrees(x_return_status OUT NOCOPY VARCHAR2,
488: x_err_msg OUT NOCOPY VARCHAR2) is
489: begin
490: x_return_status := fnd_api.g_ret_sts_success;
491: inv_quantity_tree_pub.clear_quantity_cache;
492: exception
493: when others then
494: x_return_status := fnd_api.g_ret_sts_unexp_error;
495: fnd_msg_pub.add_exc_msg(p_pkg_name => 'wma_inv_wrappers',