DBA Data[Home] [Help]

APPS.IGS_FI_CREDIT_PVT dependencies on FND_MESSAGE

Line 16: || gurprsin 13-Sep-2005 Bug 3627209, After calling build accounts process, Added message on to the stack before adding it on to the fnd_message_pub.

12: || pathipat 17-May-2006 Bug 5104599 - Modified create_credit
13: || sapanigr 03-May-2006 Enh#3924836 Precision Issue. Modified create_credit.
14: uudayapr 8-Oct-2005 BUG 4660773 Commentted the Code LOgic introduced as part of Credit Card Enryption enhancement
15: || gurprsin 26-Sep-2005 Bug 4607540, In create_credit, Credit Card Enryption enhancement, Modified the call to igs_fi_credits_pkg.insert_row method.
16: || gurprsin 13-Sep-2005 Bug 3627209, After calling build accounts process, Added message on to the stack before adding it on to the fnd_message_pub.
17: || pmarada 26-JUL-2005 Enh 3392095, modifed as per tution waiver build, passing p_api_version
18: || parameter value as 2.1 to the igs_fi_credit_pvt.create_credit call
19: || svuppala 9-JUN-2005 Enh 4213629 - The automatic generation of the Receipt Number.
20: || Added x_credit_number OUT parameter

Line 186: fnd_message.set_name ( 'IGS', l_v_message_name );

182: igs_fi_com_rec_interface.chk_manage_account ( p_v_manage_acc => l_v_manage_accounts,
183: p_v_message_name => l_v_message_name );
184: IF l_v_manage_accounts IS NULL THEN
185: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_error) THEN
186: fnd_message.set_name ( 'IGS', l_v_message_name );
187: fnd_msg_pub.add;
188: RAISE fnd_api.g_exc_error;
189: END IF;
190: END IF;

Line 204: fnd_message.set_name('IGS','IGS_FI_REASS_BAL_PRC_RUN');

200:
201: --If holds conversion process is running..error out of Private Credits API.
202: IF l_n_cnv_prc = 1 AND l_v_message_name IS NULL THEN
203: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_error) THEN
204: fnd_message.set_name('IGS','IGS_FI_REASS_BAL_PRC_RUN');
205: fnd_msg_pub.add;
206: RAISE fnd_api.g_exc_error;
207: END IF;
208: END IF;

Line 212: fnd_message.set_name('IGS',l_v_message_name);

208: END IF;
209:
210: IF l_v_message_name IS NOT NULL THEN
211: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_error) THEN
212: fnd_message.set_name('IGS',l_v_message_name);
213: fnd_msg_pub.add;
214: RAISE fnd_api.g_exc_error;
215: END IF;
216: END IF;

Line 229: fnd_message.set_name('IGS','IGS_FI_CANNOT_CRT_TXN');

225:
226: --If no active balance rule exists for 'HOLDS', raise error.
227: IF l_n_version_number = 0 THEN
228: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_error) THEN
229: fnd_message.set_name('IGS','IGS_FI_CANNOT_CRT_TXN');
230: fnd_msg_pub.add;
231: RAISE fnd_api.g_exc_error;
232: END IF;
233: END IF;

Line 268: fnd_message.set_name('IGS',l_v_message_name);

264: --if any error occurred during above validation...
265: IF l_b_return_status = FALSE THEN
266: --raise the error and abort further processing.
267: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_error) THEN
268: fnd_message.set_name('IGS',l_v_message_name);
269: fnd_msg_pub.add;
270: RAISE fnd_api.g_exc_error;
271: END IF;
272: END IF;

Line 288: fnd_message.set_name('IGS', 'IGS_FI_WAV_PGM_NO_REC_FOUND');

284: OPEN cur_waiver_pgms (p_credit_rec.p_fee_cal_type, p_credit_rec.p_fee_ci_sequence_number, p_credit_rec.p_waiver_name );
285: FETCH cur_waiver_pgms INTO l_waiver_pgms;
286: IF cur_waiver_pgms%NOTFOUND THEN
287: CLOSE cur_waiver_pgms;
288: fnd_message.set_name('IGS', 'IGS_FI_WAV_PGM_NO_REC_FOUND');
289: fnd_msg_pub.add;
290: RAISE fnd_api.g_exc_error;
291: END IF;
292: CLOSE cur_waiver_pgms;

Line 345: --Bug 3627209, Added message on to the stack before adding it on to the fnd_message_pub

341:
342: --If any error occurred, raise the error.
343: IF l_b_return_status = FALSE THEN
344: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_error) THEN
345: --Bug 3627209, Added message on to the stack before adding it on to the fnd_message_pub
346: fnd_message.set_name('IGS',l_v_err_string);
347: fnd_msg_pub.add;
348: RAISE fnd_api.g_exc_error;
349: END IF;

Line 346: fnd_message.set_name('IGS',l_v_err_string);

342: --If any error occurred, raise the error.
343: IF l_b_return_status = FALSE THEN
344: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_error) THEN
345: --Bug 3627209, Added message on to the stack before adding it on to the fnd_message_pub
346: fnd_message.set_name('IGS',l_v_err_string);
347: fnd_msg_pub.add;
348: RAISE fnd_api.g_exc_error;
349: END IF;
350: END IF;

Line 529: fnd_message.set_name('IGS', l_v_message_name);

525: );
526:
527: IF l_v_message_name IS NOT NULL THEN
528: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_error) THEN
529: fnd_message.set_name('IGS', l_v_message_name);
530: fnd_msg_pub.add;
531: -- Do not raise error for information messages regd credit type or fee type being excluded.
532: IF l_v_message_name NOT IN ('IGS_FI_CTYP_EXCLDED','IGS_FI_FTYP_EXCLDED') THEN
533: RAISE fnd_api.g_exc_error;

Line 558: fnd_message.set_name('IGS', l_v_message_name);

554: );
555:
556: IF l_v_message_name IS NOT NULL THEN
557: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_error) THEN
558: fnd_message.set_name('IGS', l_v_message_name);
559: fnd_msg_pub.add;
560: -- Do not raise error for information messages regd credit type or fee type being excluded.
561: IF l_v_message_name NOT IN ('IGS_FI_CTYP_EXCLDED','IGS_FI_FTYP_EXCLDED') THEN
562: RAISE fnd_api.g_exc_error;

Line 581: fnd_message.set_name('IGS',l_v_message_name);

577: p_message_name => l_v_message_name
578: );
579: -- If p_message_name has been returned with a value, add message to stack
580: IF l_v_message_name IS NOT NULL THEN
581: fnd_message.set_name('IGS',l_v_message_name);
582: fnd_msg_pub.add;
583: END IF;
584: END IF;
585: