DBA Data[Home] [Help]

APPS.POR_WITHDRAW_REQ_SV dependencies on WF_ITEMS

Line 203: FROM wf_items

199:
200: BEGIN
201: SELECT root_activity
202: INTO l_root_activity
203: FROM wf_items
204: WHERE item_type = l_item_type AND item_key = l_item_key;
205:
206:
207: SELECT NVL(activity_status_code, 'N')