DBA Data[Home] [Help]

APPS.RCV_DEBIT_MEMO_NOTIF dependencies on WF_ITEMS

Line 131: from wf_items

127: -- if it has, don't create process again.
128: begin
129: select count(*)
130: into x_wf_created
131: from wf_items
132: where item_type = ItemType
133: and item_key = ItemKey;
134:
135: end;