DBA Data[Home] [Help]

APPS.IGS_FI_ACCT_STP_CNV dependencies on IGS_GE_GEN_003

Line 188: sapanigr 05-May-2006 Bug 5178077: Added call to igs_ge_gen_003.set_org_id. to disable process in R12

184: Known limitations/enhancements and/or remarks:
185:
186: Change History:
187: Who When What
188: sapanigr 05-May-2006 Bug 5178077: Added call to igs_ge_gen_003.set_org_id. to disable process in R12
189: svuppala 14-JUL-2005 Enh 3392095 - impact of Tution Waivers build
190: Modified igs_fi_control_pkg.update_row by adding two new columns
191: post_waiver_gl_flag, waiver_notify_finaid_flag
192: gurprsin 02-Jun-2005 Enh#3442712, Modified calls to igs_fi_accts_pkg.get_uk2_for_validation by adding 4 new unit level parameters

Line 331: igs_ge_gen_003.set_org_id(l_org_id);

327: BEGIN
328:
329: BEGIN
330: l_org_id := NULL;
331: igs_ge_gen_003.set_org_id(l_org_id);
332: EXCEPTION
333: WHEN OTHERS THEN
334: fnd_file.put_line (fnd_file.log, fnd_message.get);
335: RETCODE:=2;