DBA Data[Home] [Help]

APPS.GMF_VIB dependencies on INV_CONVERT

Line 1493: INV_CONVERT.INV_UM_CONVERT(

1489: END IF;
1490:
1491: -- Convert the l_consume_ib_doc_qty to primary UOM
1492: l_consume_ib_pri_qty :=
1493: INV_CONVERT.INV_UM_CONVERT(
1494: ITEM_ID => ing.inventory_item_id
1495: , PRECISION => 5
1496: , ORGANIZATION_ID => ing.organization_id
1497: , LOT_NUMBER => ing.lot_number

Line 1654: INV_CONVERT.INV_UM_CONVERT(

1650: END IF;
1651:
1652: -- Convert the l_consume_ib_doc_qty to primary UOM
1653: l_consume_ib_pri_qty :=
1654: INV_CONVERT.INV_UM_CONVERT(
1655: ITEM_ID => 0
1656: , PRECISION => 5
1657: , ORGANIZATION_ID => rsrc.organization_id
1658: , LOT_NUMBER => NULL

Line 1732: INV_CONVERT.INV_UM_CONVERT(

1728: i.inventory_item_id = m.inventory_item_id AND
1729: i.organization_id = m.organization_id;
1730:
1731: l_consume_ib_pri_qty :=
1732: INV_CONVERT.INV_UM_CONVERT(
1733: ITEM_ID => req.ingredient_item_id
1734: , PRECISION => 5
1735: , ORGANIZATION_ID => req.organization_id
1736: , LOT_NUMBER => NULL

Line 1754: INV_CONVERT.INV_UM_CONVERT(

1750: m.batchstep_resource_id = req.batchstep_resource_id AND
1751: m.resources = r.resources;
1752:
1753: l_consume_ib_pri_qty :=
1754: INV_CONVERT.INV_UM_CONVERT(
1755: ITEM_ID => 0
1756: , PRECISION => 5
1757: , ORGANIZATION_ID => req.organization_id
1758: , LOT_NUMBER => NULL

Line 2287: INV_CONVERT.INV_UM_CONVERT(

2283: END IF;
2284: -- Bug 5607069
2285:
2286: l_consume_ib_pri_qty :=
2287: INV_CONVERT.INV_UM_CONVERT(
2288: ITEM_ID => ing.inventory_item_id
2289: , PRECISION => 5
2290: , ORGANIZATION_ID => req.organization_id
2291: , LOT_NUMBER => NULL

Line 2475: INV_CONVERT.INV_UM_CONVERT(

2471: l_consume_ib_doc_qty := rsrc.remaining_ib_doc_qty * req.derived_cost_alloc;
2472: END IF;
2473:
2474: l_consume_ib_pri_qty :=
2475: INV_CONVERT.INV_UM_CONVERT(
2476: ITEM_ID => 0
2477: , PRECISION => 5
2478: , ORGANIZATION_ID => req.organization_id
2479: , LOT_NUMBER => NULL