DBA Data[Home] [Help]

APPS.GMD_VALIDITY_RULES_PVT dependencies on INV_CONVERT

Line 262: /* NPD Conv. Changed the call to INV_CONVERT.inv_um_convert from gmicuom.uom_conversion */

258: # between two different UOM's
259: #########################################################*/
260:
261:
262: /* NPD Conv. Changed the call to INV_CONVERT.inv_um_convert from gmicuom.uom_conversion */
263:
264: X_inv_min_qty := INV_CONVERT.inv_um_convert( item_id => P_item_id ,
265: precision => 5 ,
266: from_quantity => P_min_qty ,

Line 264: X_inv_min_qty := INV_CONVERT.inv_um_convert( item_id => P_item_id ,

260:
261:
262: /* NPD Conv. Changed the call to INV_CONVERT.inv_um_convert from gmicuom.uom_conversion */
263:
264: X_inv_min_qty := INV_CONVERT.inv_um_convert( item_id => P_item_id ,
265: precision => 5 ,
266: from_quantity => P_min_qty ,
267: from_unit => P_item_um ,
268: to_unit => P_inv_item_um,

Line 274: X_inv_max_qty := INV_CONVERT.inv_um_convert( item_id => P_item_id ,

270: to_name => NULL);
271:
272:
273:
274: X_inv_max_qty := INV_CONVERT.inv_um_convert( item_id => P_item_id ,
275: precision => 5 ,
276: from_quantity => P_max_qty ,
277: from_unit => P_item_um ,
278: to_unit => P_inv_item_um,