DBA Data[Home] [Help]

APPS.PO_REQAPPROVAL_INIT1 dependencies on WF_ITEMS

Line 735: from wf_items

731: -- if it has, don't create process again.
732: begin
733: select count(*)
734: into x_wf_created
735: from wf_items
736: where item_type = l_itemtype
737: and item_key = l_itemkey;
738: exception
739: when others then

Line 8076: from wf_items

8072:
8073:
8074: Select count(*)
8075: into l_error_count
8076: from wf_items
8077: where parent_item_type=l_item_type
8078: and parent_item_key = l_item_key;
8079:
8080: