DBA Data[Home] [Help]

APPS.IGF_SL_CL_ORIG_ACK dependencies on IGF_AW_AWD_DISB_PKG

Line 53: -- veramach 04-Nov-03 FA 125 Multiple Distr methods - changed signature of igf_aw_awd_disb_pkg.update_row(added attendance_type_code) in procedure upd_disb_details

49: -- Added more log messages
50: ---------------------------------------------------------------------------------
51: -- veramach 11-Dec-2003 Bug # 3184891
52: -- removed calls to igf_ap_gen.write_log and added common logging
53: -- veramach 04-Nov-03 FA 125 Multiple Distr methods - changed signature of igf_aw_awd_disb_pkg.update_row(added attendance_type_code) in procedure upd_disb_details
54: -- ugummall 21-OCT-2003 Bug 3102439. FA 126 - Multiple FA Offices.
55: -- removed cur_school_id and l_school_id and their
56: -- references. Removed the clause which meant for selection
57: -- based on school_id from the cur_Hrecord cursor as the job

Line 117: -- igf_aw_awd_disb_pkg.update_row since 9 columns

113: -- en bug no 2161847
114: ---------------------------------------------------------------------------------
115: -- mesriniv 13/07/2001 Bug 1806850
116: -- Modified the call to
117: -- igf_aw_awd_disb_pkg.update_row since 9 columns
118: -- were added to the table igf_aw_awd_disb_all.
119: ---------------------------------------------------------------------------------
120: -- ENH BUG NO: 1769051 ENH DESCRIPTION: Loan Processing -
121: -- Nov 2001 DLD

Line 3689: igf_aw_awd_disb_pkg.update_row (

3685: fnd_message.set_token('DISB_NUM',loc_disb.clrp8_id);
3686: fnd_file.put_line(fnd_file.log,fnd_message.get);
3687:
3688: -- Update Flag Check
3689: igf_aw_awd_disb_pkg.update_row (
3690: x_Mode => 'R',
3691: x_rowid => tbh_rec.row_id,
3692: x_award_id => tbh_rec.award_id,
3693: x_disb_num => tbh_rec.disb_num,