DBA Data[Home] [Help]

APPS.XNP_CSIRMAFL_U dependencies on CSI_INV_TRXS_PKG

Line 257: csi_inv_trxs_pkg.log_csi_error(l_error_rec);

253: rollback to dpl_sp;
254: csi_t_gen_utility_pvt.build_file_name(
255: p_file_segment1 => 'csi', p_file_segment2 => to_char(sysdate,'DDMONYYYY'));
256: csi_t_gen_utility_pvt.add(' Transaction '||l_txn_id||' failed. '||l_error_rec.error_text);
257: csi_inv_trxs_pkg.log_csi_error(l_error_rec);
258: WHEN others THEN
259: rollback to dpl_sp;
260: l_error_rec.error_text := substr(sqlerrm, 1, 540);
261: csi_t_gen_utility_pvt.build_file_name(

Line 265: csi_inv_trxs_pkg.log_csi_error(l_error_rec);

261: csi_t_gen_utility_pvt.build_file_name(
262: p_file_segment1 => 'csi', p_file_segment2 => to_char(sysdate,'DDMONYYYY'));
263: csi_t_gen_utility_pvt.add(' Transaction '||l_txn_id||' failed. ' ||l_error_rec.error_text);
264: IF l_txn_id is not null THEN
265: csi_inv_trxs_pkg.log_csi_error(l_error_rec);
266: ELSE
267: RAISE;
268: END IF;
269: END;