DBA Data[Home] [Help]

APPS.CSI_ORDER_FULFILL_PUB dependencies on WF_CORE

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

11586: WHEN OTHERS THEN
11587: -- The line below records this function call in the error system
11588: -- in the case of an exception.
11589:
11590: Wf_Core.context('OEOL', 'IB Integration', itemtype, itemkey, TO_CHAR(actid), funcmode);
11591: RAISE;
11592:
11593: END fulfill_wf;
11594: