DBA Data[Home] [Help]

APPS.IEX_STRATEGY_WF dependencies on IEX_DUNNINGS

Line 191: from iex_dunnings

187: set status='CANCELLED'
188: where object_type='IEX_STRATEGY'
189: and status = 'XMLDATA'
190: and xml_request_id in (select xml_request_id
191: from iex_dunnings
192: where object_type='IEX_STRATEGY'
193: and object_id=c_rec.work_item_id);
194: iex_debug_pub.logmessage('abort_processes: ' || 'Completed cancelling the xml delivery requests corresponding to workitem: '||c_rec.work_item_id);
195: --Begin bug#8490070 snuthala 25-May-2009