DBA Data[Home] [Help]

PACKAGE: APPS.IGS_UC_QUAL_DETS_IMP_PKG

Source


1 PACKAGE igs_uc_qual_dets_imp_pkg AUTHID CURRENT_USER AS
2 /* $Header: IGSUC28S.pls 115.6 2003/06/09 10:31:15 rgangara noship $ */
3 
4   /*************************************************************
5   Created By      : rgopalan
6   Date Created On : 2002/02/22
7   Purpose         :This procedure will import qualification details
8                    of an applicant in to secondry and teritory table
9                    from UCAS Interface table based on HESA code mapping.
10   Know limitations, enhancements or remarks
11   Change History
12   Who             When            What
13   rgangara        19-May-03       Added procedure Validate_PE_qual for
14                                   Enh# 2961536. This procedure would
15                                   be called from Adm Import process for
16                                   validating Interface table data while
17                                   importing Previous Qualification details.
18                                   Adm Bug# 2860842
19   (reverse chronological order - newest change first)
20   ***************************************************************/
21 
22 
23 PROCEDURE igs_uc_qual_dets_imp (errbuf    OUT NOCOPY    VARCHAR2,
24                                 retcode   OUT NOCOPY    NUMBER
25                                 );
26 
27 
28 
29 PROCEDURE validate_pe_qual(p_uc_qual_cur igs_ad_imp_028.c_uc_qual_cur%ROWTYPE,
30                            p_status      OUT  NOCOPY VARCHAR2,
31 									p_error_code  OUT NOCOPY VARCHAR2);
32 
33 
34 END igs_uc_qual_dets_imp_pkg;