DBA Data[Home] [Help]

APPS.ZPB_WF_EVENT dependencies on WF_CORE

Line 173: WF_CORE.CONTEXT('ZPB_WF_EVENT.SET_ATTRIBUTES', itemtype, itemkey, to_char(actid), funcmode);

169: return;
170:
171: exception
172: when others then
173: WF_CORE.CONTEXT('ZPB_WF_EVENT.SET_ATTRIBUTES', itemtype, itemkey, to_char(actid), funcmode);
174: raise;
175: end SET_ATTRIBUTES;
176:
177:

Line 310: WF_CORE.CONTEXT('ZPB_WF_EVENT.GET_ATTRIBUTES', itemtype, itemkey, to_char(actid), funcmode);

306:
307:
308: exception
309: when others then
310: WF_CORE.CONTEXT('ZPB_WF_EVENT.GET_ATTRIBUTES', itemtype, itemkey, to_char(actid), funcmode);
311: raise;
312:
313:
314: