DBA Data[Home] [Help]

APPS.GMF_VIB dependencies on INV_CONVERT

Line 1433: INV_CONVERT.INV_UM_CONVERT(

1429: END IF;
1430:
1431: -- Convert the l_consume_ib_doc_qty to primary UOM
1432: l_consume_ib_pri_qty :=
1433: INV_CONVERT.INV_UM_CONVERT(
1434: ITEM_ID => ing.inventory_item_id
1435: , PRECISION => 5
1436: , ORGANIZATION_ID => ing.organization_id
1437: , LOT_NUMBER => ing.lot_number

Line 1594: INV_CONVERT.INV_UM_CONVERT(

1590: END IF;
1591:
1592: -- Convert the l_consume_ib_doc_qty to primary UOM
1593: l_consume_ib_pri_qty :=
1594: INV_CONVERT.INV_UM_CONVERT(
1595: ITEM_ID => 0
1596: , PRECISION => 5
1597: , ORGANIZATION_ID => rsrc.organization_id
1598: , LOT_NUMBER => NULL

Line 1672: INV_CONVERT.INV_UM_CONVERT(

1668: i.inventory_item_id = m.inventory_item_id AND
1669: i.organization_id = m.organization_id;
1670:
1671: l_consume_ib_pri_qty :=
1672: INV_CONVERT.INV_UM_CONVERT(
1673: ITEM_ID => req.ingredient_item_id
1674: , PRECISION => 5
1675: , ORGANIZATION_ID => req.organization_id
1676: , LOT_NUMBER => NULL

Line 1694: INV_CONVERT.INV_UM_CONVERT(

1690: m.batchstep_resource_id = req.batchstep_resource_id AND
1691: m.resources = r.resources;
1692:
1693: l_consume_ib_pri_qty :=
1694: INV_CONVERT.INV_UM_CONVERT(
1695: ITEM_ID => 0
1696: , PRECISION => 5
1697: , ORGANIZATION_ID => req.organization_id
1698: , LOT_NUMBER => NULL

Line 2224: INV_CONVERT.INV_UM_CONVERT(

2220: END IF;
2221: -- Bug 5607069
2222:
2223: l_consume_ib_pri_qty :=
2224: INV_CONVERT.INV_UM_CONVERT(
2225: ITEM_ID => ing.inventory_item_id
2226: , PRECISION => 5
2227: , ORGANIZATION_ID => req.organization_id
2228: , LOT_NUMBER => NULL

Line 2412: INV_CONVERT.INV_UM_CONVERT(

2408: l_consume_ib_doc_qty := rsrc.remaining_ib_doc_qty * req.derived_cost_alloc;
2409: END IF;
2410:
2411: l_consume_ib_pri_qty :=
2412: INV_CONVERT.INV_UM_CONVERT(
2413: ITEM_ID => 0
2414: , PRECISION => 5
2415: , ORGANIZATION_ID => req.organization_id
2416: , LOT_NUMBER => NULL