DBA Data[Home] [Help]

APPS.CSI_ORDER_FULFILL_PUB dependencies on WF_CORE

Line 10574: Wf_Core.context('OEOL', 'IB Integration', itemtype, itemkey, TO_CHAR(actid), funcmode);

10570: WHEN OTHERS THEN
10571: -- The line below records this function call in the error system
10572: -- in the case of an exception.
10573:
10574: Wf_Core.context('OEOL', 'IB Integration', itemtype, itemkey, TO_CHAR(actid), funcmode);
10575: RAISE;
10576:
10577: END fulfill_wf;
10578: