DBA Data[Home] [Help]

APPS.IGF_DB_DL_DISB_ORIG dependencies on STANDARD

Line 13: ayedubat 20-OCT-2004 FA 149 COD-XML Standards build bug # 3416863

9: Know limitations, enhancements or remarks
10: Change History
11: Who When What
12: (reverse chronological order - newest change first)
13: ayedubat 20-OCT-2004 FA 149 COD-XML Standards build bug # 3416863
14: Replaced the reference of igf_db_awd_disb_dtl with igf_aw_db_chg_dtls table
15: Changed the logic as per the TD, FA149_TD_COD_XML_i1a.doc
16: veramach 29-Jan-2004 bug 3408092 added 2004-2005 in p_dl_version checks
17: ugummall 23-OCT-2003 Bug 3102439. FA 126 Multiple FA Offices.

Line 206: --Obseleted message IGF_NO_DL_DISB_DATA_ORIG as it does not comply standards.

202: OPEN cur_disb_dtl(lv_cal_type,lv_cal_seq_num);
203: FETCH cur_disb_dtl INTO lcur_disb_dtl;
204:
205: IF cur_disb_dtl%NOTFOUND THEN
206: --Obseleted message IGF_NO_DL_DISB_DATA_ORIG as it does not comply standards.
207: --Added a new message.
208: fnd_message.set_name('IGF','IGF_DB_DLDISB_NOTORIG');
209: fnd_file.put_line(FND_FILE.LOG,fnd_message.get);
210: CLOSE cur_disb_dtl;