DBA Data[Home] [Help]

APPS.XNP_CSISOFUL_U dependencies on CSI_INV_TRXS_PKG

Line 255: csi_inv_trxs_pkg.log_csi_error(l_error_rec);

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

Line 262: csi_inv_trxs_pkg.log_csi_error(l_error_rec);

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