DBA Data[Home] [Help]

PACKAGE: APPS.AME_MIGRATE_PARALLEL_CONFIG

Source


1 package ame_migrate_parallel_config as
2   /* $Header: amemigcfg.pkh 120.1.12000000.1 2007/01/17 23:54:51 appldev noship $ */
3   procedure migrate_approval_group_config
4     (errbuf                 out nocopy varchar2
5     ,retcode                out nocopy number
6     );
7 
8   procedure migrate_action_type_config
9     (errbuf                 out nocopy varchar2
10     ,retcode                out nocopy number
11     );
12 
13   procedure migrate_parallel_config
14     (errbuf                 out nocopy varchar2
15     ,retcode                out nocopy number
16     );
17 
18 end ame_migrate_parallel_config;