DBA Data[Home] [Help]

APPS.IGS_FI_WAV_UTILS_002 dependencies on IGS_FI_CREDITS_PKG

Line 680: igs_fi_credits_pkg.update_row(x_rowid => l_cur_credit_rec_exists.rowid,

676: END IF;
677: log_to_fnd(p_v_module => 'reverse_waiver',
678: p_v_string => 'Before the Callout to update the Credit api Table');
679: --Call out to update the credit status to Reversed.
680: igs_fi_credits_pkg.update_row(x_rowid => l_cur_credit_rec_exists.rowid,
681: x_credit_id => l_cur_credit_rec_exists.credit_id,
682: x_credit_number => l_cur_credit_rec_exists.credit_number,
683: x_status => 'REVERSED',
684: x_credit_source => l_cur_credit_rec_exists.credit_source,