DBA Data[Home] [Help]

APPS.IGS_FI_CREDIT_PVT dependencies on IGS_FI_CR_ACTIVITIES_PKG

Line 61: || igs_fi_cr_activities_pkg are now rounded off to currency precision

57: || pathipat 17-May-2006 Bug 5104599 - After call to igs_fi_prc_balances.update_balances, added condition to not raise
58: || exception if the messages were regd exclusion of credit types or fee types
59: || svuppala 05-May-2006 Enh#3924836 Precision Issue. Done the formatting of amount in the beginning itslef
60: || sapanigr 03-May-2006 Enh#3924836 Precision Issue. Amount values being inserted to igs_fi_credits and
61: || igs_fi_cr_activities_pkg are now rounded off to currency precision
62: uudayapr 8-Oct-2005 BUG 4660773 Commentted the Code LOgic introduced as part of Credit Card Enryption enhancement
63: || gurprsin 26-Sep-2005 Bug 4607540, Credit Card Enryption enhancement, Modified the call to igs_fi_credits_pkg.insert_row method.
64: || pmarada 26-JUL-2005 Enh 3392095, modifed as per tution waiver build, passing p_api_version
65: || parameter value as 2.1 to the igs_fi_credit_pvt.create_credit call

Line 460: igs_fi_cr_activities_pkg.insert_row(x_rowid => l_v_rowid,

456: --Initilialize local variable of rowid to null values, as this value would be populated thru tbh call.
457: l_v_rowid := NULL;
458:
459: --Call the table handler insert row procedure for creating the records in the credit activities table.
460: igs_fi_cr_activities_pkg.insert_row(x_rowid => l_v_rowid,
461: x_credit_activity_id => l_n_credit_activity_id,
462: x_credit_id => l_n_credit_id,
463: x_status => p_credit_rec.p_credit_status,
464: x_transaction_date => TRUNC(l_d_transaction_date),