DBA Data[Home] [Help]

APPS.OE_BIS_ALERTS dependencies on BISFV_TARGETS

Line 184: FROM BISFV_TARGETS tv

180: , tv.notify_resp2_id
181: , tv.notify_resp2_short_name
182: , tv.notify_resp3_id
183: , tv.notify_resp3_short_name
184: FROM BISFV_TARGETS tv
185: WHERE tv.target_level_short_name = p_target_level_short_name
186: AND tv.time_level_value_id = p_time_period;
187:
188: BEGIN