DBA Data[Home] [Help]

APPS.POR_RCV_ORD_SV dependencies on WF_ENGINE

Line 2000: WF_Engine.AbortProcess(wf_item_type,wf_item_key);

1996: exit when c1%notfound;
1997:
1998:
1999: if (por_rcv_ord_SV.notif_is_active(wf_item_type,wf_item_key)) then
2000: WF_Engine.AbortProcess(wf_item_type,wf_item_key);
2001: end if;
2002:
2003: end loop;
2004: