DBA Data[Home] [Help]

APPS.RCV_DEBIT_MEMO_NOTIF dependencies on WF_ITEMS

Line 134: from wf_items

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