DBA Data[Home] [Help]

APPS.OE_RESERVE_CONC dependencies on INV_QUANTITY_TREE_PUB

Line 859: inv_quantity_tree_pub.query_quantities.

855: /*-------------------------------------------------------------------
856: Procedure Name : Query_Qty_Tree
857: Description : Queries the On-Hand and Available to Reserve
858: quantites by calling INV's
859: inv_quantity_tree_pub.query_quantities.
860: The quantities are given at the highest level
861: (Item, Org, Subinventory combination).
862: --------------------------------------------------------------------- */
863: Procedure Query_Qty_Tree(p_ship_from_org_id IN NUMBER,

Line 955: inv_quantity_tree_pub.query_quantities

951: END IF;
952:
953:
954:
955: inv_quantity_tree_pub.query_quantities
956: ( p_api_version_number => 1.0
957: , x_return_status => l_return_status
958: , x_msg_count => l_msg_count
959: , x_msg_data => l_msg_data