DBA Data[Home] [Help]

APPS.IGS_FI_GEN_007 dependencies on IGS_FI_INV_INT_PKG

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

389: || Known limitations, enhancements or remarks :
390: || Change History :
391: || Who When What
392: || skharida 26-Jun-2006 Bug# 5208136 - Removed the obsoleted columns of the table IGS_FI_INV_INT_ALL
393: || gurprsin 16-Aug-2005 Enh 3392095 - Tution Waiver build - Added new column waiver_name in the TBH call igs_fi_inv_int_pkg.update_row
394: || pmarada 26-May-2005 Enh#3020586- added tax year code column as per 1098-t reporting build
395: || pathipat 07-Jun-2003 Enh 2831584 - SS Enhancements build
396: || Added parameter p_v_opt_fee_flag
397: || smadathi 20-NOV-2002 Enh. Bug 2584986. Modified igs_fi_inv_int_pkg.update_row

Line 397: || smadathi 20-NOV-2002 Enh. Bug 2584986. Modified igs_fi_inv_int_pkg.update_row

393: || gurprsin 16-Aug-2005 Enh 3392095 - Tution Waiver build - Added new column waiver_name in the TBH call igs_fi_inv_int_pkg.update_row
394: || pmarada 26-May-2005 Enh#3020586- added tax year code column as per 1098-t reporting build
395: || pathipat 07-Jun-2003 Enh 2831584 - SS Enhancements build
396: || Added parameter p_v_opt_fee_flag
397: || smadathi 20-NOV-2002 Enh. Bug 2584986. Modified igs_fi_inv_int_pkg.update_row
398: || to add new parameter reversal GL Date
399: || jbegum 20 feb 02 Enh bug # 2228910
400: || Removed the source_transaction_id column from igs_fi_inv_int_pkg.update_row
401: || (reverse chronological order - newest change first) */

Line 400: || Removed the source_transaction_id column from igs_fi_inv_int_pkg.update_row

396: || Added parameter p_v_opt_fee_flag
397: || smadathi 20-NOV-2002 Enh. Bug 2584986. Modified igs_fi_inv_int_pkg.update_row
398: || to add new parameter reversal GL Date
399: || jbegum 20 feb 02 Enh bug # 2228910
400: || Removed the source_transaction_id column from igs_fi_inv_int_pkg.update_row
401: || (reverse chronological order - newest change first) */
402:
403: l_v_opt_fee_flag igs_fi_inv_int_all.optional_fee_flag%TYPE := NULL;
404:

Line 416: igs_fi_inv_int_pkg.update_row(x_rowid => p_cur_invoice.row_id,

412: l_v_opt_fee_flag := p_v_opt_fee_flag;
413: END IF;
414:
415: BEGIN
416: igs_fi_inv_int_pkg.update_row(x_rowid => p_cur_invoice.row_id,
417: x_invoice_id => p_cur_invoice.invoice_id,
418: x_person_id => p_cur_invoice.person_id,
419: x_fee_type => p_cur_invoice.fee_type,
420: x_fee_cat => p_cur_invoice.fee_cat,