DBA Data[Home] [Help]

APPS.PO_REQAPPROVAL_ACTION dependencies on WF_ITEMS

Line 234: from wf_items

230:
231: -- Check if WF already exists
232:
233: select count(*) into x_item_exists
234: from wf_items
235: where item_type = 'POSPOACK'
236: and item_key = l_itemkey;
237:
238: if nvl(x_item_exists, 0) <> 0 then