DBA Data[Home] [Help]

PACKAGE: APPS.PER_RI_PRE_DATAPUMP

Source


1 package per_ri_pre_datapump as
2 /* $Header: perripmp.pkh 120.0 2006/04/11 14:50:40 ndorai noship $ */
3 --------------------------------------------------------------------------------
4 /*
5 +==============================================================================+
6 |                       Copyright (c) 1998 Oracle Corporation                  |
7 |                          Redwood Shores, California, USA                     |
8 |                               All rights reserved.                           |
9 +==============================================================================+
10 --
11 Name
12         Enrollment Process
13 Purpose
14         This is a wrapper procedure for Datapump functionality from
15         workbench
16 History
17 	Date		Who		Version	What?
18 	----		---		-------	-----
19 	16 Jan 2006	ikasire 	115.0		Created
20 */
21 --
22 -- --------------------------------------------------------------------------------
23 -- |-----------------------------< PRE_DATAPUMP_PROCESS >-------------------------|
24 -- -------------------------------------------------------------------------------+
25 procedure pre_datapump_process
26           (errbuf                     out nocopy varchar2,
27            retcode                    out nocopy number,
28            p_batch_id                 in  number  default null,
29            p_validate                 in  varchar2 default 'N'
30   );
31 --
32 --
33 end per_ri_pre_datapump;