DBA Data[Home] [Help]

APPS.GMF_LAYERS dependencies on INV_CONVERT

Line 521: INV_CONVERT.INV_UM_CONVERT(

517:
518: l_consume_ib_doc_qty := n.consume_ib_doc_qty - l_remaining_ib_doc_qty;
519:
520: l_consume_ib_pri_qty :=
521: INV_CONVERT.INV_UM_CONVERT(
522: ITEM_ID => p_tran_rec.inventory_item_id
523: , PRECISION => 5
524: , ORGANIZATION_ID => p_tran_rec.organization_id
525: , LOT_NUMBER => p_tran_rec.lot_number

Line 566: INV_CONVERT.INV_UM_CONVERT(

562: p_tran_rec.last_update_login);
563:
564: -- Consume the current ingredient quantity
565: l_consume_ib_pri_qty :=
566: INV_CONVERT.INV_UM_CONVERT(
567: ITEM_ID => p_tran_rec.inventory_item_id
568: , PRECISION => 5
569: , ORGANIZATION_ID => p_tran_rec.organization_id
570: , LOT_NUMBER => p_tran_rec.lot_number

Line 830: INV_CONVERT.INV_UM_CONVERT(

826:
827: l_consume_ib_doc_qty := n.consume_ib_doc_qty - l_remaining_ib_doc_qty;
828:
829: l_consume_ib_pri_qty :=
830: INV_CONVERT.INV_UM_CONVERT(
831: ITEM_ID => 0
832: , PRECISION => 5
833: , ORGANIZATION_ID => n.organization_id
834: , LOT_NUMBER => NULL

Line 876: INV_CONVERT.INV_UM_CONVERT(

872: p_rsrc_rec.last_update_login);
873:
874: -- Consume the current ingredient quantity
875: l_consume_ib_pri_qty :=
876: INV_CONVERT.INV_UM_CONVERT(
877: ITEM_ID => 0
878: , PRECISION => 5
879: , ORGANIZATION_ID => n.organization_id
880: , LOT_NUMBER => NULL