DBA Data[Home] [Help]

APPS.IEX_STRATEGY_WF dependencies on IEX_XML_REQUEST_HISTORIES

Line 186: update iex_xml_request_histories

182:
183: --Begin bug#8490070 snuthala 25-May-2009
184: --cancel the delivery request when corresponding workitem is cancelled
185: iex_debug_pub.logmessage('abort_processes: ' || 'Cancelling the xml delivery requests corresponding to workitem: '||c_rec.work_item_id);
186: update iex_xml_request_histories
187: set status='CANCELLED'
188: where object_type='IEX_STRATEGY'
189: and status = 'XMLDATA'
190: and xml_request_id in (select xml_request_id