DBA Data[Home] [Help]

APPS.INV_OPM_LOT_MIGRATION dependencies on INV_OPM_LOT_MIGRATION

Line 1: PACKAGE BODY INV_OPM_Lot_Migration AS

1: PACKAGE BODY INV_OPM_Lot_Migration AS
2: /* $Header: INVLTMGB.pls 120.21.12020000.2 2012/07/03 08:47:27 shalchen ship $
3: +==========================================================================+
4: | Copyright (c) 1998 Oracle Corporation |
5: | Redwood Shores, CA, USA |

Line 14: | INV_OPM_Lot_Migration |

10: | |
11: | TYPE |
12: | |
13: | PACKAGE NAME |
14: | INV_OPM_Lot_Migration |
15: | |
16: | DESCRIPTION |
17: | This package contains the procedure used for lot migration for OPM |
18: | convergence project. These procedure are meant for migration only. |

Line 904: INV_OPM_Lot_Migration.get_ODM_lot(

900: END IF;
901: END IF;
902:
903: -- Call the main routine
904: INV_OPM_Lot_Migration.get_ODM_lot(
905: p_migration_run_id => p_migration_run_id,
906: p_item_id => l_item_id,
907: p_lot_id => l_lot_id,
908: p_whse_code => l_whse_code,

Line 1010: INV_OPM_Lot_Migration.get_ODM_lot(

1006: item_id = p_item_id AND
1007: lot_no = p_lot_no AND
1008: nvl(sublot_no, ' ') = nvl(p_sublot_no, ' ');
1009:
1010: INV_OPM_Lot_Migration.get_ODM_lot(
1011: p_migration_run_id => p_migration_run_id,
1012: p_item_id => p_item_id,
1013: p_lot_id => l_lot_id,
1014: p_whse_code => p_whse_code,

Line 1462: END INV_OPM_Lot_Migration;

1458: p_db_error => SQLERRM,
1459: p_app_short_name => 'GMA');
1460:
1461: END;
1462: END INV_OPM_Lot_Migration;