DBA Data[Home] [Help]

APPS.IGS_FI_LOAD_EXT_CHG dependencies on IGS_FI_LOAD_EXT_CHG

Line 1: PACKAGE BODY igs_fi_load_ext_chg AS

1: PACKAGE BODY igs_fi_load_ext_chg AS
2: /* $Header: IGSFI50B.pls 120.7 2006/05/16 04:17:18 akandreg ship $ */
3:
4: g_external CONSTANT VARCHAR2(20) := 'EXTERNAL';
5: g_curr_desc fnd_currencies_tl.name%TYPE;

Line 142: IF igs_fi_load_ext_chg.get_std_formerstd_ind(p_person_id) = 'N' THEN

138: BEGIN
139:
140: -- to validate person id
141: -- check whether the person type of student or former student
142: IF igs_fi_load_ext_chg.get_std_formerstd_ind(p_person_id) = 'N' THEN
143: p_message_name :='IGS_FI_INVALID_PERSON_ID';
144: RETURN FALSE;
145: END IF;
146:

Line 580: l_b_ext_val_flag := igs_fi_load_ext_chg.igs_fi_ext_val( p_person_id => l_cur_fei.person_id,

576: fnd_file.put_line(fnd_file.log, fnd_message.get);
577: fnd_file.new_line(fnd_file.log);
578:
579: -- Checking all Validations returns TRUE if all validations are passed else FALSE is returned
580: l_b_ext_val_flag := igs_fi_load_ext_chg.igs_fi_ext_val( p_person_id => l_cur_fei.person_id,
581: p_fee_type => l_cur_fei.fee_type,
582: p_fee_cal_type => l_cur_fei.fee_cal_type,
583: p_fee_ci_sequence_number => l_cur_fei.fee_ci_sequence_number,
584: p_transaction_dt => SYSDATE,

Line 928: END igs_fi_load_ext_chg;

924:
925: END get_std_formerstd_ind;
926:
927: -- end of package body
928: END igs_fi_load_ext_chg;