DBA Data[Home] [Help]

APPS.GMD_RECIPE_VAL dependencies on INV_CONVERT

Line 985: X_inv_min_qty := INV_CONVERT.inv_um_convert(item_id => P_item_id

981: /*########################################################
982: # Stored Procedure call made here for the UOM conversion
983: # between two different UOM's
984: #########################################################*/
985: X_inv_min_qty := INV_CONVERT.inv_um_convert(item_id => P_item_id
986: ,precision => 5
987: ,from_quantity => P_min_qty
988: ,from_unit => P_item_um
989: ,to_unit => P_inv_item_um

Line 993: X_inv_max_qty := INV_CONVERT.inv_um_convert(item_id => P_item_id

989: ,to_unit => P_inv_item_um
990: ,from_name => NULL
991: ,to_name => NULL);
992:
993: X_inv_max_qty := INV_CONVERT.inv_um_convert(item_id => P_item_id
994: ,precision => 5
995: ,from_quantity => P_max_qty
996: ,from_unit => P_item_um
997: ,to_unit => P_inv_item_um