DBA Data[Home] [Help]

APPS.GR_MIGRATE_TO_12 dependencies on INV_CONVERT

Line 1454: l_inv_qty := INV_CONVERT.inv_um_convert

1450: CLOSE c_get_primary_uom;
1451:
1452: /* If the item's primary uom is not equal to the formula uom */
1453: IF l_prod_primary_uom <> l_uom THEN
1454: l_inv_qty := INV_CONVERT.inv_um_convert
1455: (
1456: item_id => l_prod_item_id,
1457: precision => 5,
1458: from_quantity => 100,

Line 1639: l_temp := INV_CONVERT.inv_um_convert

1635: CLOSE c_get_primary_uom;
1636:
1637: /* If the item's primary uom is not equal to the formula uom */
1638: IF l_prod_primary_uom <> l_uom THEN
1639: l_temp := INV_CONVERT.inv_um_convert
1640: (
1641: item_id => l_ing_item_id,
1642: precision => 5,
1643: from_quantity => 1,