DBA Data[Home] [Help]

APPS.IGS_UC_UPD_PENDING_TRANS_PKG dependencies on IGS_UC_TRANSACTIONS_PKG

Line 216: igs_uc_transactions_pkg.update_row (

212: --update the count of invalid transactions processed by UCAS
213: l_invalid_cnt := l_invalid_cnt + 1;
214: END IF;
215:
216: igs_uc_transactions_pkg.update_row (
217: x_mode => 'R',
218: x_rowid => c_pending_trans_rec.ROWID,
219: x_uc_tran_id => c_pending_trans_rec.uc_tran_id,
220: x_transaction_id => c_pending_trans_rec.transaction_id,