DBA Data[Home] [Help]

APPS.EAM_MATERIAL_VALIDATE_PUB dependencies on INV_QUANTITY_TREE_PUB

Line 206: inv_quantity_tree_pub.clear_quantity_cache;

202: END IF;
203: --Bug 10149516.Negative ATT is calculated in this condition.That needs check too against an open quantity of 0.
204: --Bug 10234020.Changed if condition.Condition is failing when all qunatities are satisfied.
205: IF (p_materials_csr.required_quantity > p_materials_csr.issued_quantity ) THEN
206: inv_quantity_tree_pub.clear_quantity_cache;
207: Inv_Quantity_Tree_Grp.create_tree( p_api_version_number => p_api_version
208: , p_init_msg_lst => p_init_msg_lst
209: , x_return_status => x_return_status
210: , x_msg_count => x_msg_count