DBA Data[Home] [Help]

APPS.XNP_CSIOKSHP_U dependencies on CSI_INV_TRXS_PKG

Line 285: csi_inv_trxs_pkg.log_csi_error(l_error_rec);

281: csi_t_gen_utility_pvt.build_file_name(
282: p_file_segment1 => 'csi', p_file_segment2 => to_char(sysdate,'DDMONYYYY'));
283: csi_t_gen_utility_pvt.add(' Transaction '||l_txn_id||' failed. '||l_error_rec.error_text);
284: rollback to dpl_sp;
285: csi_inv_trxs_pkg.log_csi_error(l_error_rec);
286: WHEN others THEN
287: l_error_rec.error_text := substr(sqlerrm, 1, 540);
288: csi_t_gen_utility_pvt.build_file_name(
289: p_file_segment1 => 'csi', p_file_segment2 => to_char(sysdate,'DDMONYYYY'));

Line 293: csi_inv_trxs_pkg.log_csi_error(l_error_rec);

289: p_file_segment1 => 'csi', p_file_segment2 => to_char(sysdate,'DDMONYYYY'));
290: csi_t_gen_utility_pvt.add(' Transaction '||l_txn_id||' failed. '||l_error_rec.error_text);
291: rollback to dpl_sp;
292: IF l_txn_id is not null THEN
293: csi_inv_trxs_pkg.log_csi_error(l_error_rec);
294: ELSE
295: RAISE;
296: END IF;
297: END;