DBA Data[Home] [Help]

APPS.IEX_WF_BAN_STATUS_PUB dependencies on IEX_STRATEGY_WORK_ITEMS

Line 1637: update iex_strategy_work_items

1633: END IF;
1634: Update iex_strategies set status_code = 'CANCELLED'
1635: where strategy_id = l_startegy_id;
1636:
1637: update iex_strategy_work_items
1638: set status_code = 'CANCELLED'
1639: where strategy_id = l_startegy_id
1640: and status_code in ('PRE-WAIT','OPEN');
1641: