DBA Data[Home] [Help]

APPS.MSC_A2A_XML_WF dependencies on ECX_UTILS

Line 82: -- Initialize the ecx_utils.i_ret_code and i_errbuf variables;

78: lv_debug_mode := 3;
79: ELSE
80: lv_debug_mode := 0;
81: END IF;
82: -- Initialize the ecx_utils.i_ret_code and i_errbuf variables;
83: ecx_utils.i_ret_code :=0;
84: ecx_utils.i_errbuf := null;
85:
86: -- send the message to the queue

Line 83: ecx_utils.i_ret_code :=0;

79: ELSE
80: lv_debug_mode := 0;
81: END IF;
82: -- Initialize the ecx_utils.i_ret_code and i_errbuf variables;
83: ecx_utils.i_ret_code :=0;
84: ecx_utils.i_errbuf := null;
85:
86: -- send the message to the queue
87: ECX_OUTBOUND.putmsg (

Line 84: ecx_utils.i_errbuf := null;

80: lv_debug_mode := 0;
81: END IF;
82: -- Initialize the ecx_utils.i_ret_code and i_errbuf variables;
83: ecx_utils.i_ret_code :=0;
84: ecx_utils.i_errbuf := null;
85:
86: -- send the message to the queue
87: ECX_OUTBOUND.putmsg (
88: NULL,

Line 178: IF ecx_utils.i_ret_code = 0 THEN

174:
175: BEGIN
176:
177: SEND_XML (p_map_code , p_instance_id, NULL, p_instance_id, p_purchase_order_id);
178: IF ecx_utils.i_ret_code = 0 THEN
179: PURGE_INTERFACE(p_map_code , p_purchase_order_id);
180: END IF;
181:
182: end RESCHEDULE_PO;

Line 190: IF ecx_utils.i_ret_code = 0 THEN

186:
187: BEGIN
188:
189: SEND_XML (p_map_code , p_instance_id, p_source_line_id, p_instance_id );
190: IF ecx_utils.i_ret_code = 0 THEN
191: PURGE_INTERFACE(p_map_code , p_source_line_id );
192: END IF;
193:
194:

Line 203: IF ecx_utils.i_ret_code = 0 THEN

199:
200: BEGIN
201:
202: SEND_XML (p_map_code , p_instance_id, p_source_line_id, p_instance_id );
203: IF ecx_utils.i_ret_code = 0 THEN
204: PURGE_INTERFACE(p_map_code , p_source_line_id );
205: END IF;
206:
207:

Line 215: IF ecx_utils.i_ret_code = 0 THEN

211:
212: BEGIN
213:
214: SEND_XML (p_map_code , p_instance_id, p_source_line_id, p_instance_id );
215: IF ecx_utils.i_ret_code = 0 THEN
216: PURGE_INTERFACE(p_map_code , p_source_line_id );
217: END IF;
218:
219: