DBA Data[Home] [Help]

APPS.ARI_UTILITIES dependencies on WF_ITEMS

Line 2766: FROM wf_items

2762: ) IS
2763:
2764: CURSOR c_item_type(l_item_key NUMBER) IS
2765: SELECT item_type
2766: FROM wf_items
2767: WHERE item_key = l_item_key
2768: AND item_type IN('ARCMREQ','ARAMECM');
2769:
2770: