DBA Data[Home] [Help]

APPS.OE_SCHEDULE_UTIL dependencies on INV_QUANTITY_TREE_PUB

Line 6811: inv_quantity_tree_pub.query_quantities.

6807: /*---------------------------------------------------------------------
6808: Procedure Name : Query_Qty_Tree
6809: Description : Queries the On-Hand and Available to Reserve
6810: quantites by calling INV's
6811: inv_quantity_tree_pub.query_quantities.
6812: The quantities are given at the highest level (Item, Org
6813: combination).
6814: --------------------------------------------------------------------- */
6815: Procedure Query_Qty_Tree(p_org_id IN NUMBER,

Line 6965: inv_quantity_tree_pub.query_quantities

6961: RAISE FND_API.G_EXC_ERROR;
6962: END IF;
6963:
6964:
6965: inv_quantity_tree_pub.query_quantities
6966: ( p_api_version_number => 1.0
6967: , x_return_status => l_return_status
6968: , x_msg_count => l_msg_count
6969: , x_msg_data => l_msg_data