DBA Data[Home] [Help]

APPS.IGS_FI_PRC_REFUNDS dependencies on IGS_FI_REFUNDS_PKG

Line 13: removed the obsoleted columns from the IGS_FI_REFUNDS_PKG

9: Known limitations,enhancements,remarks:
10: Change History
11: Who When What
12: skharida 26-Jun-2006 Bug# 5208136 - Modified pocess_plus and process_batch procedure,
13: removed the obsoleted columns from the IGS_FI_REFUNDS_PKG
14: abshriva 9-JUN-2006 Bug 5076169 Modified procedure process_batch
15: sapanigr 03-May-2006 Enh#3924836 Precision Issue. Modified process_batch and process_plus.
16: sapanigr 24-Feb-2006 Bug 5018036 - Removed cur_pnum in process_batch for R12 repository performance tuning
17: sapanigr 14-Feb-2006 Bug 5018036. Cursors modified in procedure process_batch for R12 repository performance tuning

Line 238: ii)igs_fi_refunds_pkg.insert_row iii)igs_fi_gen_007.create_application.

234: smadathi 15-Jan-2003 Bug 2722096. Incorporated logging of error message raised by the mass_apply
235: process call.
236: vvutukur 19-Nov-2002 Enh#2584986.Code added to validate the mandatory newly added IN parameter p_d_gl_date.
237: Passed this p_d_gl_date parameter to the calls to i)igs_fi_prc_appl.mass_apply,
238: ii)igs_fi_refunds_pkg.insert_row iii)igs_fi_gen_007.create_application.
239: shtatiko 24-Sep-2002 Bug No: 2564643 Removed references to Subaccount_id.
240: agairola 13-Jun-2002 Bug No: 2408221 For the Application Hierarchy, added the check for effective
241: start and end date
242: agairola 11-Jun-2002 Bug No: 2408221 added the validation for Application Hierarchy

Line 544: igs_fi_refunds_pkg.insert_row(X_ROWID => l_rowid,

540:
541: -- Call the Refunds table TBH for creating a record in the
542: -- refunds table
543: -- Call to igs_fi_gen_gl.get_formatted_amount formats refund_amount by rounding off to currency precision
544: igs_fi_refunds_pkg.insert_row(X_ROWID => l_rowid,
545: X_REFUND_ID => l_refund_id,
546: X_VOUCHER_DATE => TRUNC(sysdate),
547: X_PERSON_ID => l_crd_rec.party_id,
548: X_PAY_PERSON_ID => l_payee_id,

Line 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

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
662: IGS_GE_UNHANDLED_EXCEPTION.
663: vvutukur 28-Jun-2002 modified IGS_FI_TOL_LIM_DEFIED message token from REF_AMNT to
664: REF_AMOUNT.bug#2427999.
665: sarakshi 14-Jun-02 bug#2400617,the check of refunds not be processed if student is studying

Line 1429: igs_fi_refunds_pkg.insert_row(X_ROWID => l_rowid,

1425:
1426: -- Call to igs_fi_gen_gl.get_formatted_amount formats refund_amount by rounding off to currency precision
1427: l_rfnd_amnt := igs_fi_gen_gl.get_formatted_amount(l_rfnd_amnt);
1428:
1429: igs_fi_refunds_pkg.insert_row(X_ROWID => l_rowid,
1430: X_REFUND_ID => l_refund_id,
1431: X_VOUCHER_DATE => TRUNC(sysdate),
1432: X_PERSON_ID => l_n_party_id,
1433: X_PAY_PERSON_ID => l_n_party_id,