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 314: ||' inv_convert.inv_um_convert '

310: ||' gor.oprn_line_id, '
311: ||' gor.routingstep_id, '
312: ||' goa.activity_factor, '
313: ||' gor.resources, '
314: ||' inv_convert.inv_um_convert '
315: ||' (-1, ' -- Item_id
316: ||' 38,' -- Precision
317: ||' gor.resource_usage,' -- Quantity
318: ||' gor.usage_uom , ' -- from Unit

Line 353: ||' inv_convert.inv_um_convert '

349: ||' gor.oprn_line_id, '
350: ||' gor.routingstep_id, '
351: ||' -1 activity_factor, '
352: ||' gor.resources, '
353: ||' inv_convert.inv_um_convert '
354: ||' (-1, ' -- Item_id
355: ||' 38,' -- Precision
356: ||' gor.resource_usage,' -- Quantity
357: ||' gor.usage_uom , ' -- from Unit

Line 428: ||' inv_convert.inv_um_convert '

424: -- Rewrote SQL statement for 8i.
425: sql_stmt := ' SELECT '
426: ||' msi.inventory_item_id, '
427: ||' msi.segment1, ' --Added as part of inventory convergence
428: ||' inv_convert.inv_um_convert '
429: ||' (eff.inventory_item_id, '
430: ||' NULL, '
431: ||' msi.organization_id, '
432: ||' NULL, '

Line 937: l_lead_time_lot_size := inv_convert.inv_um_convert

933: 0 );
934: */
935:
936: /*Sowmya - Inventory convergence - begin*/
937: l_lead_time_lot_size := inv_convert.inv_um_convert
938: (item_eff.inventory_item_id,
939: NULL,
940: item_eff.org_id,
941: NULL,