DBA Data[Home] [Help]

PACKAGE: APPS.AME_MIGRATION_PKG

Source


1 package ame_migration_pkg as
2   /* $Header: amecpmig.pkh 120.0 2005/09/02 03:57 mbocutt noship $ */
3   procedure migrate_amea_users
4     (errbuf                 out nocopy varchar2
5     ,retcode                out nocopy number
6     );
7   procedure migrate_item_class_usages(errbuf  out nocopy varchar2
8                                      ,retcode out nocopy number
9                                      );
10   procedure migrate_all
11     (errbuf                 out nocopy varchar2
12     ,retcode                out nocopy number
13     );
14   procedure migrate_to_ameb
15     (errbuf                 out nocopy varchar2
16     ,retcode                out nocopy number
17     ,migration_type         in varchar2
18     );
19 end ame_migration_pkg;