DBA Data[Home] [Help]

APPS.IGS_FI_LOAD_EXT_CHG dependencies on IGS_FI_EXT_INT_PKG

Line 63: Removed transaction_dt from igs_fi_ext_int_pkg.update_row

59: Also Introduced currency descrption allong with the amount. - Log File looks imporoved - Hard coded english text remived
60: sykrishn 03-JUL-220 Bug 2442163 - Procedure igs_fi_extto_imp modified to insert sysdate to
61: transaction_dt in the table igs_fi_impchgs_lines table
62: Reference to l_cur_fei.transaction_dt is removed as it will never be present.
63: Removed transaction_dt from igs_fi_ext_int_pkg.update_row
64:
65: smadathi 24-Jun-2002 Bug 2404720. Procedure igs_fi_extto_imp modified.
66: jbegum 14-Jun-2002 BUG#2413574 Modified cursor cur_fei in procedure igs_fi_extto_imp.
67: jbegum 12-Jun-2002 Bug#2403209 Removed code that calculated the transaction amount

Line 352: igs_fi_impchgs_lines_pkg.insert_row and igs_fi_ext_int_pkg.update_row as these

348: 5. DFF changed to IGS_FI_INVLN_INT_ALL_FLEX from IGS_FI_IMPCHGS_EXT_FLEX
349: 6. Removed cursor cur_imp_chgs and the associated local variables
350: sarakshi 13-sep-2002 Enh#2564643,removed the reference of subaccount id from this procedure
351: vvutukur 29-Jul-2002 Bug#2425767.removed parameters x_chg_rate,x_chg_elements from the calls to
352: igs_fi_impchgs_lines_pkg.insert_row and igs_fi_ext_int_pkg.update_row as these
353: columns are obsoleted.removed transaction_type from call to igs_fi_ext_int_pkg.update_row.
354: SYKRISHN 10_JUL_2002 Bug 2438874 - Procedure igs_fi_extto_imp modified to log Transaction Amount along with
355: the other data elemets already present
356: Also Introduced currency descrption allong with the amount.

Line 353: columns are obsoleted.removed transaction_type from call to igs_fi_ext_int_pkg.update_row.

349: 6. Removed cursor cur_imp_chgs and the associated local variables
350: sarakshi 13-sep-2002 Enh#2564643,removed the reference of subaccount id from this procedure
351: vvutukur 29-Jul-2002 Bug#2425767.removed parameters x_chg_rate,x_chg_elements from the calls to
352: igs_fi_impchgs_lines_pkg.insert_row and igs_fi_ext_int_pkg.update_row as these
353: columns are obsoleted.removed transaction_type from call to igs_fi_ext_int_pkg.update_row.
354: SYKRISHN 10_JUL_2002 Bug 2438874 - Procedure igs_fi_extto_imp modified to log Transaction Amount along with
355: the other data elemets already present
356: Also Introduced currency descrption allong with the amount.
357: sykrishn 03-JUL-220 Bug 2442163 - Procedure igs_fi_extto_imp modified to insert sysdate to

Line 360: Removed transaction_dt from igs_fi_ext_int_pkg.update_row

356: Also Introduced currency descrption allong with the amount.
357: sykrishn 03-JUL-220 Bug 2442163 - Procedure igs_fi_extto_imp modified to insert sysdate to
358: transaction_dt in the table igs_fi_impchgs_lines table
359: Reference to l_cur_fei.transaction_dt is removed as it will never be present.
360: Removed transaction_dt from igs_fi_ext_int_pkg.update_row
361: smadathi 24-Jun-2002 Bug 2404720. The concatenated description comprising of fee desc
362: and transaction date which was initially passed as parameter to charges
363: API was modified to pass only fee type description.
364: jbegum 14-Jun-2002 BUG#2413574 Modified the cursor cur_fei,by removing the and condition

Line 805: igs_fi_ext_int_pkg.update_row ( x_rowid => l_cur_fei.row_id,

801: -- reverse of this
802: -- Added gl_Date in call to update_row
803:
804: BEGIN
805: igs_fi_ext_int_pkg.update_row ( x_rowid => l_cur_fei.row_id,
806: x_external_fee_id => l_cur_fei.external_fee_id,
807: x_person_id => l_cur_fei.person_id,
808: x_status => l_ext_status,
809: x_fee_type => l_cur_fei.fee_type,