DBA Data[Home] [Help]

APPS.GMA_MIGRATION_UTILS dependencies on MTL_LOT_NUMBERS

Line 175: mtl_lot_numbers msi,

171: itm.INVENTORY_ITEM_ID,
172: p.organization_id,
173: ic.text_code
174: FROM ic_item_mst_b_mig itm,
175: mtl_lot_numbers msi,
176: IC_LOTS_MST_MIG p,
177: IC_LOTS_MST ic
178: WHERE p.lot_number = msi.lot_number
179: AND p.item_id = itm.item_id

Line 338: l_table_name := 'MTL_LOT_NUMBERS';

334: p_Owner=>l_event_owner,
335: p_Event_Name=>l_event_name) = FALSE) THEN
336:
337: /* Edit Text Migration for Lot Master */
338: l_table_name := 'MTL_LOT_NUMBERS';
339: l_opm_table_name := 'IC_LOTS_MST';
340: FOR l_lot_mst_rec IN lot_mst_cur LOOP
341: BEGIN
342: /* Call the Attachment_main procedure */