DBA Data[Home] [Help]

APPS.GMA_MIGRATION_UTILS dependencies on IC_LOTS_MST

Line 176: IC_LOTS_MST_MIG p,

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
180: AND p.lot_id = ic.lot_id

Line 177: IC_LOTS_MST ic

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
180: AND p.lot_id = ic.lot_id
181: AND p.organization_id = itm.organization_id

Line 339: l_opm_table_name := 'IC_LOTS_MST';

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 */
343: GMA_EDITEXT_ATTACH_MIG.Attachment_Main (