DBA Data[Home] [Help]

PACKAGE: APPS.IGS_FI_AD_HOC_WAV

Source


1 PACKAGE igs_fi_ad_hoc_wav AS
2 /* $Header: IGSFI70S.pls 120.0 2005/06/01 12:51:38 appldev noship $ */
3 
4  ------------------------------------------------------------------
5   --Created by  : Jabeen Begum, Oracle IDC
6   --Date created: 5/12/2001
7   --
8   --Purpose: This package is used for group application of waiver on charges
9   --or group release of waiver present on charges
10   --Known limitations/enhancements and/or remarks:
11   --
12   --Change History:
13   --Who         When            What
14   --smvk        16-Sep-2002     Removed the parameters p_n_sub_acc_1 and p_n_sub_acc_2,
15   --                            As a part of Subaccount Removal Build. Bug # 2564643
16   -------------------------------------------------------------------
17 
18   PROCEDURE group_waiver_proc( errbuf                   OUT NOCOPY VARCHAR2                                               ,
19                                retcode                  OUT NOCOPY NUMBER                                                 ,
20                                p_c_action               IN  VARCHAR2                                               ,
21                                p_c_bal_type             IN  igs_lookups_view.lookup_code%TYPE                      ,
22                                p_d_start_dt             IN  VARCHAR2                                               ,
23                                p_d_end_dt               IN  VARCHAR2                                               ,
24                                p_d_release_dt	        IN  VARCHAR2                                               ,
25 			       p_n_person_id            IN  igs_pe_person_v.person_id%TYPE                         ,
26 			       p_n_pers_id_grp_id       IN  igs_pe_persid_group_v.group_id%TYPE                    ,
27 			       p_c_fee_period           IN  VARCHAR2                                               ,
28                               /* Removed the parameters p_n_sub_acc_1 and p_n_sub_acc_2, as a part of Bug # 2564643 */
29 			       p_c_fee_type_1           IN  igs_fi_inv_int.fee_type%TYPE                           ,
30                                p_c_fee_type_2           IN  igs_fi_inv_int.fee_type%TYPE                           ,
31 			       p_c_fee_type_3           IN  igs_fi_inv_int.fee_type%TYPE                           ,
32 			       p_c_test_flag            IN  fnd_lookup_values.lookup_code%TYPE DEFAULT '1'
33                              );
34 
35 END igs_fi_ad_hoc_wav;