[Home] [Help]
74: --sapanigr 13-Jun-2006 Bug#5088965.Message 'IGS_FI_PP_NO_PRC_FEE_SETUP' is now logged
75: -- if fee period parameter is passed as input and no processing fee
76: -- type has been setup for student.
77:
78: --abshriva 4-May-2006 Bug 5178077: Introduced igs_ge_gen_003.set_org_id
79: --bannamal 22-jul-2004 Bug#3781266.Modified the logging status from
80: -- warning to error in case of failure to activate
81: -- the payment plan
82: -------------------------------------------------------------------
162:
163: BEGIN
164: BEGIN
165: l_org_id := NULL;
166: igs_ge_gen_003.set_org_id(l_org_id);
167: EXCEPTION
168: WHEN OTHERS THEN
169: fnd_file.put_line (fnd_file.log, fnd_message.get);
170: retcode:=2;
1193: --Known limitations/enhancements and/or remarks:
1194: --
1195: --Change History:
1196: --Who When What
1197: --abshriva 4-May-2006 Bug 5178077: Introduced igs_ge_gen_003.set_org_id
1198: -------------------------------------------------------------------
1199: --Ref cursor variable.
1200: l_cur_ref cur_ref;
1201:
1216: BEGIN
1217:
1218: BEGIN
1219: l_org_id := NULL;
1220: igs_ge_gen_003.set_org_id(l_org_id);
1221: EXCEPTION
1222: WHEN OTHERS THEN
1223: fnd_file.put_line (fnd_file.log, fnd_message.get);
1224: retcode:=2;