DBA Data[Home] [Help]

APPS.INV_OPM_ITEM_MIGRATION dependencies on INV_OPM_ITEM_MIGRATION

Line 1: PACKAGE BODY INV_OPM_Item_Migration AS

1: PACKAGE BODY INV_OPM_Item_Migration AS
2: /* $Header: INVGIMGB.pls 120.12.12010000.3 2008/11/17 20:58:41 adeshmuk ship $
3: +==========================================================================+
4: | Copyright (c) 1998 Oracle Corporation |
5: | Redwood Shores, CA, USA |

Line 15: | INV_OPM_Item_Migration |

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

Line 1581: INV_OPM_Item_Migration.get_ODM_item (

1577: , x_inventory_item_id OUT NOCOPY NUMBER
1578: , x_failure_count OUT NOCOPY NUMBER) IS
1579:
1580: BEGIN
1581: INV_OPM_Item_Migration.get_ODM_item (
1582: p_migration_run_id => p_migration_run_id,
1583: p_item_id => NULL,
1584: p_organization_id => p_organization_id,
1585: p_mode => p_mode,

Line 1945: END INV_OPM_Item_Migration;

1941: p_db_error => NULL,
1942: p_app_short_name => 'GMA');
1943: END;
1944:
1945: END INV_OPM_Item_Migration;