DBA Data[Home] [Help]

APPS.IEX_STRATEGY_WF dependencies on IEX_STRATEGIES_BALI_V

Line 881: select account_number,location from iex_strategies_bali_v

877: */
878:
879: -- Start Bug 6717880/7170165 by Ehuh
880: Cursor c_get_accloc(p_str_id number) Is
881: select account_number,location from iex_strategies_bali_v
882: where strategy_id = p_str_id;
883:
884: l_location varchar2(50);
885: l_acct_number varchar2(50);