DBA Data[Home] [Help]

APPS.IEX_STRY_UTL_PUB dependencies on IEX_STRATEGY_WORK_TEMP_XREF

Line 111: from iex_strategy_work_temp_xref sxref

107: sxref.work_item_order ORDER_BY
108: ,nvl(swit.status_code,'NOTCREATED') STATUS
109: ,swit.work_item_id WORK_ITEM_ID
110: ,swit.strategy_id STRATEGY_ID
111: from iex_strategy_work_temp_xref sxref
112: ,iex_strategy_work_items swit
113: where sxref.strategy_temp_id =c_template_id
114: and swit.work_item_template_id(+) =sxref.work_item_temp_id
115: and swit.strategy_id(+) =c_strategy_id