DBA Data[Home] [Help]

APPS.IEX_STRATEGY_WF dependencies on WF_ITEMS

Line 43: and exists ( select 1 from wf_items

39: where a.strategy_id = p_strategy_id
40: and a.work_item_template_id =b.work_item_temp_id
41: and (b.fulfil_temp_id IS NOT NULL or b.xdo_template_id IS NOT NULL)
42: -- Added for bug 8996459 PNAVEENK 27-OCT-2009
43: and exists ( select 1 from wf_items
44: where item_type='IEXSTFFM'
45: and item_key = a.work_item_id );
46: -- and b.fulfil_temp_id IS NOT NULL ;
47: