DBA Data[Home] [Help]

APPS.IGS_FI_PRC_REFUNDS dependencies on APP_EXCEPTION

Line 25: agairola 23-Dec-02 Bug 2718029: Modified the code in Process_batch to remove the app_exception

21: smadathi 21-Feb-2002 Enh. Bug 2747329. Modified Process_batch and process_plus procedures.
22: Added public cursor c_refund_cr_glccid
23: shtatiko 28-JAN-2003 Bug# 2734316, modified process_plus procedure
24: smadathi 15-Jan-2003 Bug 2722096. Modified process_plus procedure.
25: agairola 23-Dec-02 Bug 2718029: Modified the code in Process_batch to remove the app_exception
26: .raise_exception for parameter validation and replaced it by setting retcode=2
27: and RETURN
28: vvutukur 19-Nov-2002 Enh#2584986.Modified the procedures process_plus,process_batch.
29: shtatiko 24-Sep-2002 Bug# 2564643, Removed references and instances of Sub Account Id.

Line 657: agairola 23-Dec-02 Bug 2718029: Modified the code in Process_batch to remove the app_exception

653: pathipat 24-Apr-2003 Enh 2831569 - Commercial Receivables build
654: Added check for manage_accounts - call to chk_manage_account()
655: smadathi 21-Feb-2002 Bug 2747329. Cursor select cur_pers was modified to replace table igs_pe_persid_group reference to
656: igs_pe_all_persid_group_v. Added validation for refund_cr_gl_ccid.
657: agairola 23-Dec-02 Bug 2718029: Modified the code in Process_batch to remove the app_exception
658: .raise_exception for parameter validation and replaced it by setting retcode=2
659: and RETURN
660: vvutukur 19-Nov-2002 Enh#2584986.Added mandatory IN parameter p_d_gl_date.Code added to validate GL Date.
661: Modified the calls to igs_fi_refunds_pkg.insert_row and igs_fi_gen_007.create_application to include new parameter p_d_gl_date also. Modified IGS_GE_UNHANDLED_EXCEP message to

Line 1002: app_exception.raise_exception;

998: -- the process should log this in the log file of the concurrent manager
999: IF NOT l_status THEN
1000: fnd_message.set_name('IGS',l_err_msg);
1001: fnd_file.put_line(fnd_file.log,fnd_message.get);
1002: app_exception.raise_exception;
1003: END IF;
1004:
1005: IF p_person_id_grp IS NOT NULL THEN
1006: --Bug #5021084

Line 1556: app_exception.raise_exception;

1552: l_err_msg);
1553: l_msg_text := fnd_message.get;
1554: fnd_file.put_line(fnd_file.log,
1555: lpad(l_msg_text,length(l_msg_text)+6,' '));
1556: app_exception.raise_exception;
1557: END IF;
1558: l_unapp_amount := NULL;
1559: l_inv_amt_due := NULL;
1560: l_dr_acc_cd := NULL;