DBA Data[Home] [Help]

PACKAGE: APPS.IGS_FI_WAV_DTLS_WF

Source


1 PACKAGE  igs_fi_wav_dtls_wf AS
2 /* $Header: IGSFI96S.pls 120.0 2005/09/09 18:15:33 appldev noship $ */
3 /************************************************************************
4   Created By :  Umesh Udayaprakash
5   Date Created By :  7/4/2005
6   Purpose :  Package to raise Workflow notifications
7             Created as part of FI234 - Tuition Waivers enh. Bug # 3392095
8   Known limitations,enhancements,remarks:
9   Change History
10   Who                 When                What
11 *************************************************************************/
12 
13   PROCEDURE raise_wavtrandtlstofa_event( p_n_person_id	        IN  hz_parties.party_id%TYPE,
14                                          p_v_waiver_name	      IN  igs_fi_waiver_pgms.waiver_name%TYPE,
15                                          p_c_fee_cal_type	      IN  igs_fi_f_typ_ca_inst.fee_cal_type%TYPE,
16                                          p_n_fee_ci_seq_number  IN  igs_fi_f_typ_ca_inst.fee_ci_sequence_number%TYPE,
17                                          p_n_waiver_amount	    IN  igs_fi_inv_int_all.invoice_amount%TYPE);
18 
19 
20   PROCEDURE raise_stdntwavassign_event(p_n_person_id	        IN  hz_parties.party_id%TYPE,
21                                        p_v_waiver_name	      IN  igs_fi_waiver_pgms.waiver_name%TYPE,
22                                        p_c_fee_cal_type	      IN  igs_fi_f_typ_ca_inst.fee_cal_type%TYPE,
23                                        p_n_fee_ci_seq_number  IN  igs_fi_f_typ_ca_inst.fee_ci_sequence_number%TYPE);
24 
25 
26 END  igs_fi_wav_dtls_wf;