DBA Data[Home] [Help]

APPS.IGS_FI_CC_PMT dependencies on IGS_FI_CREDITS_PKG

Line 40: -- Added param x_source_invoice_id in call to igs_fi_credits_pkg.update_row()

36: --Change History:
37: --Who When What
38: --agairola 29-Aug-2005 Tuition Waiver build: 3392095: Changes done for this build
39: --pathipat 21-Apr-2004 Enh 3558549 - Comm Receivables Enh
40: -- Added param x_source_invoice_id in call to igs_fi_credits_pkg.update_row()
41: --vvutukur 09-Oct-2003 Bug#3160036.Replaced the call to igs_ad_app_req.update_row with
42: -- call to igs_ad_gen_015.update_igs_ad_app_req.
43: -------------------------------------------------------------------
44:

Line 130: igs_fi_credits_pkg.update_row(

126: IF l_flag THEN
127: -- Update the credit card status in the Credits Table
128: SAVEPOINT sp_crd;
129: BEGIN
130: igs_fi_credits_pkg.update_row(
131: x_rowid => p_r_crd_row.rowid,
132: x_credit_id => p_r_crd_row.credit_id,
133: x_credit_number => p_r_crd_row.credit_number,
134: x_status => p_r_crd_row.status,