DBA Data[Home] [Help]

PACKAGE BODY: APPS.IGF_AP_ADM_DISCREPENCIES

Source


1 PACKAGE BODY igf_ap_adm_discrepencies AS
2 /* $Header: IGFAP10B.pls 120.1 2005/09/08 14:44:45 appldev noship $ */
3 
4 PROCEDURE has_adm_disc(v_baseid IN NUMBER,status OUT NOCOPY VARCHAR2)
5 IS
6 /*
7   ||  Created By : Sridhar
8   ||  Created On : 17-JAN-2001
9   ||  Purpose : Gives information about data mismatch in OSS Admissions and NSLDS data.
10   ||  Known limitations, enhancements or remarks :
11   ||  Change History :
12   ||  Who             When            What
13   ||  rasingh         19-FEB-2002     This package is not used hence the code is commented.
14   ||  (reverse chronological order - newest change first)
15   */
16 
17 
18 BEGIN
19 
20 null;
21 
22 END has_adm_disc;
23 
24 END igf_ap_adm_discrepencies;