DBA Data[Home] [Help]

APPS.ECX_INBOUND_TRIG dependencies on WF_ITEM_ACTIVITY_STATUS

Line 2629: WF_ITEM_ACTIVITY_STATUS.Set_Error(i_itemtype,

2625: end if;
2626: exception
2627: when others then
2628: wf_core.context('oracle.apps.ecx.engine.in','InboundMsgProcesser', i_errorstack);
2629: WF_ITEM_ACTIVITY_STATUS.Set_Error(i_itemtype,
2630: i_itemkey,
2631: i_actid,
2632: i_errcode );
2633: end;