DBA Data[Home] [Help]

APPS.MTL_INV_UTIL_GRP dependencies on INV_UTILITIES

Line 118: INV_UTILITIES.GET_ITEM_COST(

114: ** Instead of duplicating the code, reusing the common utility to
115: ** to get the item cost. That way its easier to maintain.
116: */
117:
118: INV_UTILITIES.GET_ITEM_COST(
119: v_org_id => p_organization_id,
120: v_item_id => p_inventory_item_id,
121: v_locator_id => L_locator_Id,
122: v_item_cost => x_item_cost);