DBA Data[Home] [Help]

APPS.CSI_INV_TXN_HOOK_PKG dependencies on CSI_INV_TXN_HOOK_PKG

Line 1: package body CSI_INV_TXN_HOOK_PKG AS

1: package body CSI_INV_TXN_HOOK_PKG AS
2: /* $Header: csiinvtb.pls 120.9 2006/06/19 17:42:17 jpwilson noship $ */
3:
4: l_debug NUMBER := csi_t_gen_utility_pvt.g_debug_level;
5:

Line 1878: debug('You have encountered an error in the CSI_INV_TXN_HOOK_PKG Procedure for Transaction: '||p_transaction_id);

1874:
1875: EXCEPTION
1876: WHEN HOOK_ERROR THEN
1877: debug('Raising HOOK_ERROR');
1878: debug('You have encountered an error in the CSI_INV_TXN_HOOK_PKG Procedure for Transaction: '||p_transaction_id);
1879: debug('Error Message: '||l_error_message);
1880:
1881: csi_inv_trxs_pkg.build_error_string(l_xml_string,'MTL_TRANSACTION_ID',p_transaction_id);
1882:

Line 1900: debug('You have encountered an error in the CSI_INV_TXN_HOOK_PKG Procedure for Transaction: '||p_transaction_id);

1896: x_return_status := l_fnd_success;
1897:
1898: WHEN BYPASS_ERROR THEN
1899: debug('Raising BYPASS_ERROR');
1900: debug('You have encountered an error in the CSI_INV_TXN_HOOK_PKG Procedure for Transaction: '||p_transaction_id);
1901: debug('Error Message: '||l_trx_error_rec.error_text);
1902: csi_inv_trxs_pkg.build_error_string(l_xml_string,'MTL_TRANSACTION_ID',p_transaction_id);
1903:
1904: l_trx_error_rec.transaction_id := NULL;

Line 1924: debug('You have encountered an error in the CSI_INV_TXN_HOOK_PKG Procedure for Transaction: '||p_transaction_id);

1920: fnd_message.set_name('CSI', 'CSI_INV_POST_TXN_EXCEPTION');
1921: fnd_message.set_token('SQL_ERROR', SQLERRM);
1922: l_error_message := fnd_message.get;
1923: debug('Raising OTHERS');
1924: debug('You have encountered an error in the CSI_INV_TXN_HOOK_PKG Procedure for Transaction: '||p_transaction_id);
1925: debug('Error Message: '||l_error_message);
1926:
1927: csi_inv_trxs_pkg.build_error_string(l_xml_string,'MTL_TRANSACTION_ID',p_transaction_id);
1928: l_trx_error_rec := csi_inv_trxs_pkg.Init_Txn_Error_Rec;

Line 1945: END CSI_INV_TXN_HOOK_PKG;

1941: x_return_status := l_fnd_success;
1942:
1943: END postTransaction;
1944:
1945: END CSI_INV_TXN_HOOK_PKG;