DBA Data[Home] [Help]

APPS.CSE_ASSET_CREATION_PKG dependencies on CSI_TXN_ERRORS

Line 201: FROM csi_txn_errors

197: BEGIN
198:
199: SELECT transaction_error_id
200: INTO l_error_id
201: FROM csi_txn_errors
202: WHERE source_type = 'CSEFATIE'
203: AND source_id = l_error_rec.source_id
204: AND rownum < 2;
205:

Line 206: UPDATE csi_txn_errors

202: WHERE source_type = 'CSEFATIE'
203: AND source_id = l_error_rec.source_id
204: AND rownum < 2;
205:
206: UPDATE csi_txn_errors
207: SET error_text = l_error_rec.error_text,
208: last_updated_by = fnd_global.user_id,
209: last_update_login = fnd_global.login_id,
210: last_update_date = sysdate