DBA Data[Home] [Help]

APPS.OE_RESERVE_CONC dependencies on INV_QUANTITY_TREE_PUB

Line 812: inv_quantity_tree_pub.query_quantities.

808: /*-------------------------------------------------------------------
809: Procedure Name : Query_Qty_Tree
810: Description : Queries the On-Hand and Available to Reserve
811: quantites by calling INV's
812: inv_quantity_tree_pub.query_quantities.
813: The quantities are given at the highest level
814: (Item, Org, Subinventory combination).
815: --------------------------------------------------------------------- */
816: Procedure Query_Qty_Tree(p_ship_from_org_id IN NUMBER,

Line 908: inv_quantity_tree_pub.query_quantities

904: END IF;
905:
906:
907:
908: inv_quantity_tree_pub.query_quantities
909: ( p_api_version_number => 1.0
910: , x_return_status => l_return_status
911: , x_msg_count => l_msg_count
912: , x_msg_data => l_msg_data