DBA Data[Home] [Help]

APPS.RCV_GML_CONV_MIG dependencies on INV_OPM_LOT_MIGRATION

Line 221: INV_OPM_LOT_MIGRATION.GET_ODM_LOT(

217: /* Bug 12591131
218: * No need to call API - Now we do not expect to cause lot migration during this
219: * procedure. As well the ODM lot number is obtained in the cursor
220: *
221: INV_OPM_LOT_MIGRATION.GET_ODM_LOT(
222: P_MIGRATION_RUN_ID => 1,
223: P_INVENTORY_ITEM_ID => cr_rec.item_id,
224: P_LOT_NO => cr_rec.lot_num,
225: P_SUBLOT_NO => cr_rec.sublot_num,

Line 294: INV_OPM_LOT_MIGRATION.GET_ODM_LOT(

290: * this
291: * * procedure. As well the ODM lot number is obtained in the cursor
292: * *
293: *
294: INV_OPM_LOT_MIGRATION.GET_ODM_LOT(
295: P_MIGRATION_RUN_ID => 1,
296: P_INVENTORY_ITEM_ID => cr_rec1.item_id,
297: P_LOT_NO => cr_rec1.lot_num,
298: P_SUBLOT_NO => cr_rec1.sublot_num,

Line 573: INV_OPM_LOT_MIGRATION.GET_ODM_LOT(

569: BEGIN
570:
571: FOR cr_rec IN cr_get_lot_supply LOOP
572: BEGIN
573: INV_OPM_LOT_MIGRATION.GET_ODM_LOT(
574: P_MIGRATION_RUN_ID => 1,
575: P_INVENTORY_ITEM_ID => cr_rec.item_id,
576: P_LOT_NO => cr_rec.lot_num,
577: P_SUBLOT_NO => cr_rec.sublot_num,

Line 641: INV_OPM_LOT_MIGRATION.GET_ODM_LOT(

637:
638:
639: FOR cr_rec1 IN cr_get_lot_supply_s LOOP
640: BEGIN
641: INV_OPM_LOT_MIGRATION.GET_ODM_LOT(
642: P_MIGRATION_RUN_ID => 1,
643: P_INVENTORY_ITEM_ID => cr_rec1.item_id,
644: P_LOT_NO => cr_rec1.lot_num,
645: P_SUBLOT_NO => cr_rec1.sublot_num,