DBA Data[Home] [Help]

APPS.IGF_SL_AWARD dependencies on IGF_AW_AWD_DISB_PKG

Line 42: -- Changed calll to igf_aw_awd_disb_pkg.update_row to

38: -- pick_setup is invoked only for FFELP/ALT
39: -- Loan calculations
40: ----------------------------------------------------------------------------------------
41: -- veramach 1-NOV-2003 FA 125 Multiple Distr Methods
42: -- Changed calll to igf_aw_awd_disb_pkg.update_row to
43: -- reflect the addition of attendance_type_code
44: ----------------------------------------------------------------------------------------
45: -- sjalasut 30 OCT 03 Uncommented the Code to get associated org
46: -- for the Person as part of FA126 Multiple FA

Line 757: Changed calll to igf_aw_awd_disb_pkg.update_row to reflect the addition of attendance_type_code

753: This is to recalculate teh fees
754: based on the setup choosen for the
755: student
756: veramach 1-NOV-2003 FA 125 Multiple Distr Methods
757: Changed calll to igf_aw_awd_disb_pkg.update_row to reflect the addition of attendance_type_code
758: (reverse chronological order - newest change first)
759: ***************************************************************/
760:
761: l_rel_code igf_sl_cl_setup.relationship_cd%TYPE;

Line 859: igf_aw_awd_disb_pkg.update_row( x_rowid => get_adisb_rec.row_id ,

855: + NVL(get_adisb_rec.fee_paid_2,0);
856:
857: END IF;
858: -- update the amounts and the fees as calculated above
859: igf_aw_awd_disb_pkg.update_row( x_rowid => get_adisb_rec.row_id ,
860: x_award_id => get_adisb_rec.award_id ,
861: x_disb_num => get_adisb_rec.disb_num ,
862: x_tp_cal_type => get_adisb_rec.tp_cal_type ,
863: x_tp_sequence_number => get_adisb_rec.tp_sequence_number ,