DBA Data[Home] [Help]

APPS.ARI_UTILITIES dependencies on WF_ITEMS

Line 2150: FROM wf_items

2146: ) IS
2147:
2148: CURSOR c_item_type(l_item_key NUMBER) IS
2149: SELECT item_type
2150: FROM wf_items
2151: WHERE item_key = l_item_key
2152: AND item_type IN('ARCMREQ','ARAMECM');
2153:
2154: