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.16 2008/02/27 18:05:20 rlnagara 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 810: INV_OPM_Lot_Migration.get_ODM_lot(

806: END IF;
807: END IF;
808:
809: -- Call the main routine
810: INV_OPM_Lot_Migration.get_ODM_lot(
811: p_migration_run_id => p_migration_run_id,
812: p_item_id => l_item_id,
813: p_lot_id => l_lot_id,
814: p_whse_code => l_whse_code,

Line 916: INV_OPM_Lot_Migration.get_ODM_lot(

912: item_id = p_item_id AND
913: lot_no = p_lot_no AND
914: nvl(sublot_no, ' ') = nvl(p_sublot_no, ' ');
915:
916: INV_OPM_Lot_Migration.get_ODM_lot(
917: p_migration_run_id => p_migration_run_id,
918: p_item_id => p_item_id,
919: p_lot_id => l_lot_id,
920: p_whse_code => p_whse_code,

Line 1368: END INV_OPM_Lot_Migration;

1364: p_db_error => SQLERRM,
1365: p_app_short_name => 'GMA');
1366:
1367: END;
1368: END INV_OPM_Lot_Migration;