DBA Data[Home] [Help]

APPS.IEX_WF_BAN_STATUS_PUB dependencies on IEX_STRATEGY_WORK_ITEMS

Line 1363: update iex_strategy_work_items

1359: END IF;
1360: Update iex_strategies set status_code = 'CANCELLED'
1361: where strategy_id = l_startegy_id;
1362:
1363: update iex_strategy_work_items
1364: set status_code = 'CANCELLED'
1365: where strategy_id = l_startegy_id
1366: and status_code in ('PRE-WAIT','OPEN');
1367: