DBA Data[Home] [Help]

APPS.PO_REQAPPROVAL_ACTION dependencies on WF_ITEMS

Line 229: from wf_items

225:
226: -- Check if WF already exists
227:
228: select count(*) into x_item_exists
229: from wf_items
230: where item_type = 'POSPOACK'
231: and item_key = l_itemkey;
232:
233: if nvl(x_item_exists, 0) <> 0 then