DBA Data[Home] [Help]

APPS.FUN_MULTI_SYSTEM_WF_PKG dependencies on WF_CORE

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

186:
187: WHEN OTHERS THEN
188: -- Rcords this function call in the error system
189: -- in the case of an exception.
190: wf_core.context('FUN_MULTI_SYSTEM_WF_PKG', 'RAISE_LOCAL_EVENTS',
191: itemtype, itemkey, to_char(actid), funcmode);
192:
193: END RAISE_LOCAL_EVENTS;
194:

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

253:
254: -- Rcords this function call in the error system
255: -- in the case of an exception.
256:
257: wf_core.context('FUN_MULTI_SYSTEM_WF_PKG', 'SET_ATTRIBUTES',
258: itemtype, itemkey, to_char(actid), funcmode);
259:
260: END SET_ATTRIBUTES;
261:

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

311:
312: -- Rcords this function call in the error system
313: -- in the case of an exception.
314:
315: wf_core.context('FUN_MULTI_SYSTEM_WF_PKG', 'COUNT_REMOTE',
316: itemtype, itemkey, to_char(actid), funcmode);
317:
318: END COUNT_REMOTE;
319:

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

456:
457: -- Rcords this function call in the error system
458: -- in the case of an exception.
459:
460: wf_core.context('FUN_MULTI_SYSTEM_WF_PKG', 'CHECK_TP_LOCAL',
461: itemtype, itemkey, to_char(actid), funcmode);
462:
463: END CHECK_TP_LOCAL;
464: