DBA Data[Home] [Help]

PACKAGE: APPS.IGS_UC_START_NEW_CYCLE

Source


1 PACKAGE igs_uc_start_new_cycle AS
2 /* $Header: IGSUC40S.pls 120.0 2005/06/01 20:17:51 appldev noship $ */
3 
4 
5    /*************************************************************
6    Created By      : dsridhar
7    Date Created On : 19-JUN-2003
8    Purpose         : This procedure will configure the UCAS System to a new
9                     Admission Cycle.
10 
11    Know limitations, enhancements or remarks
12    Change History
13    Who             When            What
14    dsridhar        19-JUN-2003     Create Version as part of UC203FD
15                                   Bug# 2669208
16    (reverse chronological order - newest change first)
17    ***************************************************************/
18 
19 
20 PROCEDURE start_new_cycle ( errbuf    OUT NOCOPY    VARCHAR2,
21                             retcode   OUT NOCOPY    NUMBER
22                           );
23 
24 END igs_uc_start_new_cycle;