DBA Data[Home] [Help]

APPS.OE_ORDER_SCH_UTIL dependencies on INV_QUANTITY_TREE_PUB

Line 3256: inv_quantity_tree_pub.query_quantities.

3252: /*---------------------------------------------------------------------
3253: Procedure Name : Query_Qty_Tree
3254: Description : Queries the On-Hand and Available to Reserve
3255: quantites by calling INV's
3256: inv_quantity_tree_pub.query_quantities.
3257: The quantities are given at the highest level (Item, Org
3258: combination).
3259: --------------------------------------------------------------------- */
3260: Procedure Query_Qty_Tree(p_org_id IN NUMBER,

Line 3399: inv_quantity_tree_pub.query_quantities

3395: end loop;
3396: RAISE FND_API.G_EXC_ERROR;
3397: END IF;
3398:
3399: inv_quantity_tree_pub.query_quantities
3400: ( p_api_version_number => 1.0
3401: , x_return_status => l_return_status
3402: , x_msg_count => l_msg_count
3403: , x_msg_data => l_msg_data