DBA Data[Home] [Help]

PACKAGE: APPS.IGS_UC_MV_IMP_ERRCD

Source


1 PACKAGE igs_uc_mv_imp_errcd AUTHID CURRENT_USER AS
2 /* $Header: IGSUC34S.pls 115.1 2002/11/29 04:23:03 nsidana noship $ */
3 
4 /*===============================================================================+
5  |  Copyright (c) 1994, 1996 Oracle Corp. Redwood Shores, California, USA        |
6  |                            All rights reserved.                               |
7  +===============================================================================+
8  |                                                                               |
9  | DESCRIPTION                                                                   |
10  |      PL/SQL spec for package: IGS_UC_MV_IMP_ERRCD                             |
11  |                                                                               |
12  | NOTES                                                                         |
13  |     This is a part of Concurrent Requeset Set which updates the main table    |
14  |     with the data uploaded into the temporary table from flat file by the  1st|
15  |      part of this concurrent request set.                                     |
16  |                                                                               |
17  | HISTORY                                                                       |
18  | Who             When            What                                          |
19  | rgangara        05-Nov-2002    Create Version as part of Small systems support|
20  |                                Enhancement. Bug 2643048                       |
21  *==============================================================================*/
22 
23   PROCEDURE imp_error_codes  (
24                               errbuf        OUT NOCOPY  VARCHAR2,
25                               retcode       OUT NOCOPY  NUMBER
26                               ) ;
27 
28 END igs_uc_mv_imp_errcd;