DBA Data[Home] [Help]

APPS.CSE_RCVTXN_PKG dependencies on CSE_UTIL_PKG

Line 62: l_eib_installed := cse_util_pkg.is_eib_installed;

58:
59: savepoint rcv_hook;
60:
61: p_return_status := fnd_api.g_ret_sts_success;
62: l_eib_installed := cse_util_pkg.is_eib_installed;
63:
64: IF l_eib_installed = 'Y' THEN
65:
66: cse_util_pkg.build_error_string(l_xml_string,'RCV_TRANSACTION_ID',p_transaction_id);

Line 66: cse_util_pkg.build_error_string(l_xml_string,'RCV_TRANSACTION_ID',p_transaction_id);

62: l_eib_installed := cse_util_pkg.is_eib_installed;
63:
64: IF l_eib_installed = 'Y' THEN
65:
66: cse_util_pkg.build_error_string(l_xml_string,'RCV_TRANSACTION_ID',p_transaction_id);
67:
68: cse_util_pkg.set_debug;
69:
70: debug('Inside cse_rcvtxn_pkg.posttransaction_exit');

Line 68: cse_util_pkg.set_debug;

64: IF l_eib_installed = 'Y' THEN
65:
66: cse_util_pkg.build_error_string(l_xml_string,'RCV_TRANSACTION_ID',p_transaction_id);
67:
68: cse_util_pkg.set_debug;
69:
70: debug('Inside cse_rcvtxn_pkg.posttransaction_exit');
71: debug(' transaction_id : '||p_transaction_id);
72:

Line 100: IF NOT cse_util_pkg.bypass_event_queue THEN

96: debug(' ib_tracked_flag : '||l_ib_tracked_flag);
97:
98: IF l_ib_tracked_flag = 'Y' THEN
99:
100: IF NOT cse_util_pkg.bypass_event_queue THEN
101:
102: xnp_cseporcv_u.publish(
103: xnp$rcv_transaction_id => p_transaction_id ,
104: x_message_id => l_message_id ,