DBA Data[Home] [Help]

APPS.IEX_STRATEGY_WF dependencies on WF_ITEM_ATTR_VALUES_ONDEMAND

Line 54: select distinct item_key from wf_item_attr_values_ondemand

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