DBA Data[Home] [Help]

APPS.POS_WCAPPROVE_PVT dependencies on WF_ITEMS

Line 131: from wf_items

127:
128: begin
129: select count(*)
130: into l_wf_created
131: from wf_items
132: where item_type = p_itemtype
133: and item_key = l_itemkey;
134:
135: exception