DBA Data[Home] [Help]

PACKAGE: APPS.IGS_UC_MV_IMP_INST

Source


1 PACKAGE igs_uc_mv_imp_inst AUTHID CURRENT_USER AS
2 /*  $Header: IGSUC35S.pls 115.2 2002/12/01 12:27:11 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_INST                              |
11  |                                                                               |
12  | NOTES                                                                         |
13  |     This is a part of Concurrent Requeset Set which updates the Insittutions  |
14  |     table with the Institutions data uploaded into the temporary table        |
15  |      from flat file by the SQL Ldr 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. UCFD02 Bug 2643048                |
21  *==============================================================================*/
22 
23   PROCEDURE Import_Inst_codes  (
24                                     errbuf        OUT NOCOPY  VARCHAR2,
25                                     retcode       OUT NOCOPY  NUMBER  ,
26                                     p_system_code  IN  VARCHAR2
27                                     ) ;
28 
29 END igs_uc_mv_imp_inst;