DBA Data[Home] [Help]

APPS.IGS_FI_1098T_EXTRACT_DATA dependencies on IGS_FI_INV_INT_PKG

Line 12: skharida 26/06/2006 Bug 5208136 Modified procedures with new igs_fi_inv_int_pkg signatiure.

8:
9: Known limitations,enhancements,remarks:
10: Change History
11: Who When What
12: skharida 26/06/2006 Bug 5208136 Modified procedures with new igs_fi_inv_int_pkg signatiure.
13: skharida 22/05/2006 Bug 5213590: Added changes to check for waiver name for box 4,5 charges
14: and credits
15: abshriva 12/05/2006 Bug 5217319: Amount Precision changein extract_data_main
16: abshriva 30/11/05 Bug:4768071 - Modification made in procedure 'insert_1098t_data'

Line 314: igs_fi_inv_int_pkg.update_row(x_rowid => l_rec_chg.row_id,

310: p_v_string => 'Updating Charge transactions');
311:
312: FOR l_rec_chg IN cur_chg(p_n_person_id,
313: p_v_tax_year) LOOP
314: igs_fi_inv_int_pkg.update_row(x_rowid => l_rec_chg.row_id,
315: x_invoice_id => l_rec_chg.invoice_id,
316: x_person_id => l_rec_chg.person_id,
317: x_fee_type => l_rec_chg.fee_type,
318: x_fee_cat => l_rec_chg.fee_cat,

Line 1331: igs_fi_inv_int_pkg.update_row(x_rowid => l_rec_chg.row_id,

1327: l_t_1098t_drilldown(l_n_cntr).box_num := l_n_box_num;
1328:
1329: log_to_fnd(p_v_module => 'box236_charges',
1330: p_v_string => 'Updating Invoice record '||l_rec_chg.invoice_id);
1331: igs_fi_inv_int_pkg.update_row(x_rowid => l_rec_chg.row_id,
1332: x_invoice_id => l_rec_chg.invoice_id,
1333: x_person_id => l_rec_chg.person_id,
1334: x_fee_type => l_rec_chg.fee_type,
1335: x_fee_cat => l_rec_chg.fee_cat,

Line 1780: igs_fi_inv_int_pkg.update_row(x_rowid => l_rec_chg.row_id,

1776: l_t_1098t_drilldown(l_n_cntr).box_num := l_n_box_num;
1777:
1778: log_to_fnd(p_v_module => 'box45_charges',
1779: p_v_string => 'Updating Charge transaction '||l_rec_chg.invoice_id);
1780: igs_fi_inv_int_pkg.update_row(x_rowid => l_rec_chg.row_id,
1781: x_invoice_id => l_rec_chg.invoice_id,
1782: x_person_id => l_rec_chg.person_id,
1783: x_fee_type => l_rec_chg.fee_type,
1784: x_fee_cat => l_rec_chg.fee_cat,