DBA Data[Home] [Help]

APPS.XNP_CSIWIPAR_U dependencies on CSI_INV_TRXS_PKG

Line 285: csi_inv_trxs_pkg.log_csi_error(l_error_rec);

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

Line 293: csi_inv_trxs_pkg.log_csi_error(l_error_rec);

289: csi_t_gen_utility_pvt.build_file_name(
290: p_file_segment1 => 'csi', p_file_segment2 => to_char(sysdate,'DDMONYYYY'));
291: csi_t_gen_utility_pvt.add(' Transaction '||l_txn_id||' failed. '||l_error_rec.error_text);
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;