DBA Data[Home] [Help]

APPS.INV_PHY_INV_LOVS dependencies on INV_UTILITIES

Line 1335: INV_UTILITIES.GET_ITEM_COST(

1331: ** Instead of duplicating the code, reusing the common utility to
1332: ** to get the item cost. That way its easier to maintain.
1333: */
1334:
1335: INV_UTILITIES.GET_ITEM_COST(
1336: v_org_id => p_organization_id,
1337: v_item_id => p_inventory_item_id,
1338: v_locator_id => p_locator_id,
1339: v_item_cost => l_actual_cost);