DBA Data[Home] [Help]

APPS.IGS_AD_SS_GEN_001 dependencies on IGS_AD_APP_REQ_PKG

Line 18: igs_ad_app_req_pkg.insert_row in insert_application_fee()

14: in SS Applicant Floe, for the IGS.M build
15: abhiskum 21-Mar-2005 Removed call to Update_Appl_Ofres_Inst() in process_OneStop2 for Bug 4234911.
16: pathipat 17-Jun-2003 Enh 2831587 FI210 Credit Card Fund Transfer build
17: Modified procedure update_ad_offer_resp_and_fee() and call to
18: igs_ad_app_req_pkg.insert_row in insert_application_fee()
19: smadathi 29-Nov-2002 Enh#2584986.Modifications done in procedures update_ad_offer_resp_and_fee.
20: vvutukur 26-Nov-2002 Enh#2584986.Modifications done in procedures update_ad_offer_resp_and_fee,
21: insert_application_fee.
22: nshee 29-Aug-2002 Bug 2395510 added 6 columns as part of deferments build

Line 3303: || Added 3 new params in call to igs_ad_app_req_pkg.insert_row

3299: || Change History :
3300: || Who When What
3301: || (reverse chronological order - newest change first)
3302: || pathipat 17-Jun-2003 Enh 2831587 - FI210 Credit Card Fund Transfer build
3303: || Added 3 new params in call to igs_ad_app_req_pkg.insert_row
3304: ||vvutukur 26-Nov-2002 Enh#2584986.Added 11 new parameters to the call to igs_ad_app_req_pkg.insert_row
3305: || (attributing to credit card details,Accounting information and the GL_DATE)
3306: || as part of GL Interface Build and passed NULL to all of them.
3307: ----------------------------------------------------------------------------*/

Line 3304: ||vvutukur 26-Nov-2002 Enh#2584986.Added 11 new parameters to the call to igs_ad_app_req_pkg.insert_row

3300: || Who When What
3301: || (reverse chronological order - newest change first)
3302: || pathipat 17-Jun-2003 Enh 2831587 - FI210 Credit Card Fund Transfer build
3303: || Added 3 new params in call to igs_ad_app_req_pkg.insert_row
3304: ||vvutukur 26-Nov-2002 Enh#2584986.Added 11 new parameters to the call to igs_ad_app_req_pkg.insert_row
3305: || (attributing to credit card details,Accounting information and the GL_DATE)
3306: || as part of GL Interface Build and passed NULL to all of them.
3307: ----------------------------------------------------------------------------*/
3308:

Line 3333: logDetail('Before call to IGS_AD_APP_REQ_PKG.insert_row', 'S');

3329: END IF;
3330: logHeader('insert_application_fee', 'S');
3331: FOR c_appl_fee_rec IN c_appl_fee LOOP
3332: IF c_appl_fee_rec.ss_app_req_id IS NOT NULL THEN
3333: logDetail('Before call to IGS_AD_APP_REQ_PKG.insert_row', 'S');
3334: igs_ad_app_req_pkg.insert_row(x_rowid => l_rowid,
3335: x_app_req_id => l_app_req_id,
3336: x_person_id => p_person_id,
3337: x_admission_appl_number => p_adm_appl_number,

Line 3334: igs_ad_app_req_pkg.insert_row(x_rowid => l_rowid,

3330: logHeader('insert_application_fee', 'S');
3331: FOR c_appl_fee_rec IN c_appl_fee LOOP
3332: IF c_appl_fee_rec.ss_app_req_id IS NOT NULL THEN
3333: logDetail('Before call to IGS_AD_APP_REQ_PKG.insert_row', 'S');
3334: igs_ad_app_req_pkg.insert_row(x_rowid => l_rowid,
3335: x_app_req_id => l_app_req_id,
3336: x_person_id => p_person_id,
3337: x_admission_appl_number => p_adm_appl_number,
3338: x_applicant_fee_type => c_appl_fee_rec.applicant_fee_type,

Line 3365: 'Exception from IGS_AD_APP_REQ_PKG.insert_row ' || SQLERRM ||

3361: END LOOP;
3362: EXCEPTION
3363: WHEN OTHERS THEN
3364: logDetail('Inside insert_application_fee' ||
3365: 'Exception from IGS_AD_APP_REQ_PKG.insert_row ' || SQLERRM ||
3366: 'person_id : ' || IGS_GE_NUMBER.TO_CANN(p_person_id),
3367: 'S');
3368: IF FND_MSG_PUB.Count_Msg < 1 THEN
3369: Fnd_Message.Set_Name('IGS','IGS_GE_UNHANDLED_EXP');