DBA Data[Home] [Help]

APPS.IGS_FI_GEN_007 dependencies on IGS_FI_CREDITS_PKG

Line 476: || gurprsin 16-Aug-2005 Enh 3392095 - Tution Waiver build - Added new column waiver_name in the TBH call igs_fi_credits_pkg.update_row

472: || Purpose : For updating a credit record once a application/unappliaction has happened.
473: || Known limitations, enhancements or remarks :
474: || Change History :
475: || Who When What
476: || gurprsin 16-Aug-2005 Enh 3392095 - Tution Waiver build - Added new column waiver_name in the TBH call igs_fi_credits_pkg.update_row
477: || pathipat 21-Apr-2004 Enh 3558549 - Commercial Receivables Enhancements
478: || Added parameter x_source_invoice_id in call to igs_fi_credits_pkg.update_row()
479: || vvutukur 16-Jun-2003 Enh#2831582.Lockbox Build. Added 3 new parameters(lockbox_interface_id,batch_name,deposit_date) to the update_row
480: || call of credits table.

Line 478: || Added parameter x_source_invoice_id in call to igs_fi_credits_pkg.update_row()

474: || Change History :
475: || Who When What
476: || gurprsin 16-Aug-2005 Enh 3392095 - Tution Waiver build - Added new column waiver_name in the TBH call igs_fi_credits_pkg.update_row
477: || pathipat 21-Apr-2004 Enh 3558549 - Commercial Receivables Enhancements
478: || Added parameter x_source_invoice_id in call to igs_fi_credits_pkg.update_row()
479: || vvutukur 16-Jun-2003 Enh#2831582.Lockbox Build. Added 3 new parameters(lockbox_interface_id,batch_name,deposit_date) to the update_row
480: || call of credits table.
481: || schodava 16-Jun-2003 Enh # 2831587 - Credit Card Fund Transfer Build - Modified call to update row.
482: || pathipat 16-Dec-2002 Enh bug 2584741 - Deposits build - Modified call to update_row

Line 484: || smadathi 20-NOV-2002 Enh. Bug 2584986. Modified igs_fi_credits_pkg.update_row

480: || call of credits table.
481: || schodava 16-Jun-2003 Enh # 2831587 - Credit Card Fund Transfer Build - Modified call to update row.
482: || pathipat 16-Dec-2002 Enh bug 2584741 - Deposits build - Modified call to update_row
483: || Added columns check_number, source_transaction_type and source_transaction_ref
484: || smadathi 20-NOV-2002 Enh. Bug 2584986. Modified igs_fi_credits_pkg.update_row
485: || to add new parameter GL Date
486: || sykrishn 14feb2002 SFCR020 build 2191470- Added 4 new params to update_row call for credits
487: || (reverse chronological order - newest change first) */
488:

Line 492: igs_fi_credits_pkg.update_row( X_ROWID => p_cur_credit.row_id,

488:
489: BEGIN
490: p_flag:=TRUE;
491: BEGIN
492: igs_fi_credits_pkg.update_row( X_ROWID => p_cur_credit.row_id,
493: X_CREDIT_ID => p_cur_credit.credit_id,
494: X_CREDIT_NUMBER => p_cur_credit.credit_number,
495: X_STATUS => p_cur_credit.status,
496: X_CREDIT_SOURCE => p_cur_credit.credit_source,