DBA Data[Home] [Help]

APPS.IEX_STRATEGY_WF dependencies on WF_ITEM_ATTR_VALUES_ONDEMAND

Line 58: select distinct item_key from wf_item_attr_values_ondemand

54: l_jtf_object_type varchar2(30);
55: l_jtf_object_id number;
56:
57: cursor get_itemkey(c_id IN varchar2) is
58: select distinct item_key from wf_item_attr_values_ondemand
59: where name = 'WRITEOFF_ID' and text_value = c_id and item_type = 'IEXWRREQ';
60:
61: cursor get_strategy_info(c_strategy_id IN number) is
62: select jtf_object_type,jtf_object_id from iex_strategies