DBA Data[Home] [Help]

APPS.IEX_STRATEGY_WF dependencies on IEX_STRATEGIES_BALI_V

Line 990: select account_number,location from iex_strategies_bali_v

986: */
987:
988: -- Start Bug 6717880/7170165 by Ehuh
989: Cursor c_get_accloc(p_str_id number) Is
990: select account_number,location from iex_strategies_bali_v
991: where strategy_id = p_str_id;
992:
993: l_location varchar2(50);
994: l_acct_number varchar2(50);