DBA Data[Home] [Help]

APPS.FUN_MULTI_SYSTEM_WF_PKG dependencies on WF_CORE

Line 199: wf_core.context('FUN_MULTI_SYSTEM_WF_PKG', 'RAISE_LOCAL_EVENTS',

195:
196: WHEN OTHERS THEN
197: -- Rcords this function call in the error system
198: -- in the case of an exception.
199: wf_core.context('FUN_MULTI_SYSTEM_WF_PKG', 'RAISE_LOCAL_EVENTS',
200: itemtype, itemkey, to_char(actid), funcmode);
201:
202: END RAISE_LOCAL_EVENTS;
203:

Line 266: wf_core.context('FUN_MULTI_SYSTEM_WF_PKG', 'SET_ATTRIBUTES',

262:
263: -- Rcords this function call in the error system
264: -- in the case of an exception.
265:
266: wf_core.context('FUN_MULTI_SYSTEM_WF_PKG', 'SET_ATTRIBUTES',
267: itemtype, itemkey, to_char(actid), funcmode);
268:
269: END SET_ATTRIBUTES;
270:

Line 324: wf_core.context('FUN_MULTI_SYSTEM_WF_PKG', 'COUNT_REMOTE',

320:
321: -- Rcords this function call in the error system
322: -- in the case of an exception.
323:
324: wf_core.context('FUN_MULTI_SYSTEM_WF_PKG', 'COUNT_REMOTE',
325: itemtype, itemkey, to_char(actid), funcmode);
326:
327: END COUNT_REMOTE;
328:

Line 469: wf_core.context('FUN_MULTI_SYSTEM_WF_PKG', 'CHECK_TP_LOCAL',

465:
466: -- Rcords this function call in the error system
467: -- in the case of an exception.
468:
469: wf_core.context('FUN_MULTI_SYSTEM_WF_PKG', 'CHECK_TP_LOCAL',
470: itemtype, itemkey, to_char(actid), funcmode);
471:
472: END CHECK_TP_LOCAL;
473: