DBA Data[Home] [Help]

APPS.IGS_FI_PRC_DISC_SUA dependencies on IGS_FI_PRC_DISC_SUA

Line 1: PACKAGE BODY igs_fi_prc_disc_sua AS

1: PACKAGE BODY igs_fi_prc_disc_sua AS
2: /* $Header: IGSFI64B.pls 120.6 2006/06/19 09:36:28 gurprsin noship $ */
3: /*=======================================================================+
4: | Oracle India, IDC , Hyderabad. |
5: | |

Line 9: | PL/SQL body for package: IGS_FI_PRC_DISC_SUA

5: | |
6: +=======================================================================+
7: | |
8: | DESCRIPTION |
9: | PL/SQL body for package: IGS_FI_PRC_DISC_SUA
10: | |
11: | NOTES |
12: | This package accesses the charges table to get the unit records |
13: | where the student has a positive balance for i.e., the student |

Line 605: IF NOT igs_fi_prc_disc_sua.validate_input_parameters(

601: RETURN;
602: END IF;
603:
604: -- Call the procedure for validation of the input parameters
605: IF NOT igs_fi_prc_disc_sua.validate_input_parameters(
606: p_person_id => p_person_id,
607: p_person_id_grp => p_person_id_grp,
608: p_fee_period => p_fee_period,
609: p_fee_cal_type => l_fee_cal_type,

Line 895: END igs_fi_prc_disc_sua;

891: retcode := 2;
892: errbuf := fnd_message.get_string('IGS','IGS_GE_UNHANDLED_EXCEPTION');
893: IGS_GE_MSG_STACK.CONC_EXCEPTION_HNDL;
894: END drop_disc_sua_non_payment;
895: END igs_fi_prc_disc_sua;