DBA Data[Home] [Help]

APPS.GR_MIGRATE_TO_12 dependencies on INV_CONVERT

Line 1430: l_inv_qty := INV_CONVERT.inv_um_convert

1426: CLOSE c_get_primary_uom;
1427:
1428: /* If the item's primary uom is not equal to the formula uom */
1429: IF l_prod_primary_uom <> l_uom THEN
1430: l_inv_qty := INV_CONVERT.inv_um_convert
1431: (
1432: item_id => l_prod_item_id,
1433: precision => 5,
1434: from_quantity => 100,

Line 1615: l_temp := INV_CONVERT.inv_um_convert

1611: CLOSE c_get_primary_uom;
1612:
1613: /* If the item's primary uom is not equal to the formula uom */
1614: IF l_prod_primary_uom <> l_uom THEN
1615: l_temp := INV_CONVERT.inv_um_convert
1616: (
1617: item_id => l_ing_item_id,
1618: precision => 5,
1619: from_quantity => 1,