DBA Data[Home] [Help]

APPS.GMF_LAYERS dependencies on INV_CONVERT

Line 542: INV_CONVERT.INV_UM_CONVERT(

538:
539: l_consume_ib_doc_qty := n.consume_ib_doc_qty - l_remaining_ib_doc_qty;
540:
541: l_consume_ib_pri_qty :=
542: INV_CONVERT.INV_UM_CONVERT(
543: ITEM_ID => p_tran_rec.inventory_item_id
544: , PRECISION => 5
545: , ORGANIZATION_ID => p_tran_rec.organization_id
546: , LOT_NUMBER => p_tran_rec.lot_number

Line 587: INV_CONVERT.INV_UM_CONVERT(

583: p_tran_rec.last_update_login);
584:
585: -- Consume the current ingredient quantity
586: l_consume_ib_pri_qty :=
587: INV_CONVERT.INV_UM_CONVERT(
588: ITEM_ID => p_tran_rec.inventory_item_id
589: , PRECISION => 5
590: , ORGANIZATION_ID => p_tran_rec.organization_id
591: , LOT_NUMBER => p_tran_rec.lot_number

Line 860: INV_CONVERT.INV_UM_CONVERT(

856:
857: l_consume_ib_doc_qty := n.consume_ib_doc_qty - l_remaining_ib_doc_qty;
858:
859: l_consume_ib_pri_qty :=
860: INV_CONVERT.INV_UM_CONVERT(
861: ITEM_ID => 0
862: , PRECISION => 5
863: , ORGANIZATION_ID => n.organization_id
864: , LOT_NUMBER => NULL

Line 906: INV_CONVERT.INV_UM_CONVERT(

902: p_rsrc_rec.last_update_login);
903:
904: -- Consume the current ingredient quantity
905: l_consume_ib_pri_qty :=
906: INV_CONVERT.INV_UM_CONVERT(
907: ITEM_ID => 0
908: , PRECISION => 5
909: , ORGANIZATION_ID => n.organization_id
910: , LOT_NUMBER => NULL

Line 1550: INV_CONVERT.INV_UM_CONVERT(

1546: BEGIN
1547:
1548:
1549: l_trans_rec.doc_qty :=
1550: INV_CONVERT.INV_UM_CONVERT(
1551: ITEM_ID => trans_rec.inventory_item_id
1552: , PRECISION => 5
1553: , ORGANIZATION_ID => trans_rec.organization_id
1554: , LOT_NUMBER => trans_rec.lot_number

Line 2010: INV_CONVERT.INV_UM_CONVERT(

2006:
2007: BEGIN
2008:
2009: l_trans_rec.doc_qty :=
2010: INV_CONVERT.INV_UM_CONVERT(
2011: ITEM_ID => trans_rec.inventory_item_id
2012: , PRECISION => 5
2013: , ORGANIZATION_ID => trans_rec.organization_id
2014: , LOT_NUMBER => trans_rec.lot_number