DBA Data[Home] [Help]

APPS.GMP_LEAD_TIME_CALCULATOR_PKG dependencies on INV_CONVERT

Line 206: inv_convert.inv_um_convert

202: ores.resources ,
203: ores.process_qty ,
204: ores.resource_process_uom, /*Sowmya - Inventory convergence*/
205: ores.resource_count ,
206: inv_convert.inv_um_convert
207: (-1, -- Item_id
208: 38, -- Precision
209: ores.resource_usage, -- Quantity
210: ores.resource_usage_uom , -- from Unit

Line 318: ||' inv_convert.inv_um_convert '

314: ||' gor.oprn_line_id, '
315: ||' gor.routingstep_id, '
316: ||' goa.activity_factor, '
317: ||' gor.resources, '
318: ||' inv_convert.inv_um_convert '
319: ||' (-1, ' -- Item_id
320: ||' 38,' -- Precision
321: ||' gor.resource_usage,' -- Quantity
322: ||' gor.usage_uom , ' -- from Unit

Line 357: ||' inv_convert.inv_um_convert '

353: ||' gor.oprn_line_id, '
354: ||' gor.routingstep_id, '
355: ||' -1 activity_factor, '
356: ||' gor.resources, '
357: ||' inv_convert.inv_um_convert '
358: ||' (-1, ' -- Item_id
359: ||' 38,' -- Precision
360: ||' gor.resource_usage,' -- Quantity
361: ||' gor.usage_uom , ' -- from Unit

Line 462: ||' inv_convert.inv_um_convert '

458: -- Rewrote SQL statement for 8i.
459: sql_stmt := ' SELECT '
460: ||' msi.inventory_item_id, '
461: ||' msi.segment1, ' --Added as part of inventory convergence
462: ||' inv_convert.inv_um_convert '
463: ||' (eff.inventory_item_id, '
464: ||' NULL, '
465: ||' msi.organization_id, '
466: ||' NULL, '

Line 789: eff_routing_qty := inv_convert.inv_um_convert

785: AND recipe_override(j).recipe_id = item_eff.recipe_id THEN
786:
787: -- Bug: 8736658 Vpedarla
788: IF item_eff.scale_type <> 0 AND NVL(item_eff.formula_ouput,0) > 0THEN
789: eff_routing_qty := inv_convert.inv_um_convert
790: (item_eff.inventory_item_id,
791: NULL,
792: item_eff.org_id,
793: NULL,

Line 1129: l_lead_time_lot_size := inv_convert.inv_um_convert

1125: 0 );
1126: */
1127:
1128: /*Sowmya - Inventory convergence - begin*/
1129: l_lead_time_lot_size := inv_convert.inv_um_convert
1130: (item_eff.inventory_item_id,
1131: NULL,
1132: item_eff.org_id,
1133: NULL,