DBA Data[Home] [Help]

APPS.OE_SCHEDULE_UTIL dependencies on INV_QUANTITY_TREE_PUB

Line 5730: inv_quantity_tree_pub.query_quantities.

5726: /*---------------------------------------------------------------------
5727: Procedure Name : Query_Qty_Tree
5728: Description : Queries the On-Hand and Available to Reserve
5729: quantites by calling INV's
5730: inv_quantity_tree_pub.query_quantities.
5731: The quantities are given at the highest level (Item, Org
5732: combination).
5733: --------------------------------------------------------------------- */
5734: Procedure Query_Qty_Tree(p_org_id IN NUMBER,

Line 5883: inv_quantity_tree_pub.query_quantities

5879: RAISE FND_API.G_EXC_ERROR;
5880: END IF;
5881:
5882:
5883: inv_quantity_tree_pub.query_quantities
5884: ( p_api_version_number => 1.0
5885: , x_return_status => l_return_status
5886: , x_msg_count => l_msg_count
5887: , x_msg_data => l_msg_data