DBA Data[Home] [Help]

APPS.ZPB_WF_EVENT dependencies on ZPB_WF_EVENT

Line 1: PACKAGE BODY ZPB_WF_EVENT AS

1: PACKAGE BODY ZPB_WF_EVENT AS
2: /* $Header: zpbwfevent.plb 120.5 2007/12/04 16:22:37 mbhat noship $ */
3:
4:
5: procedure SET_ATTRIBUTES (itemtype in varchar2,

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 256: ZPB_WF_EVENT.SET_AUTHORIZED_USERS (ACID, OwnerID, itemtype, itemkey, instanceID);

252: AND ITEM_KEY = ItemKey;
253:
254: if upper(l_result) = 'NORMAL' then
255: -- set up users for notifications
256: ZPB_WF_EVENT.SET_AUTHORIZED_USERS (ACID, OwnerID, itemtype, itemkey, instanceID);
257: else
258: -- some error encountered
259: -- BUG 4355208 WF_INVALID_ROLE ancillary corrections for rolename and recipients
260: rolename := zpb_wf_ntf.MakeRoleName(ACID, instanceID, OwnerID);

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:

Line 518: end ZPB_WF_EVENT;

514:
515: end SET_AUTHORIZED_USERS;
516:
517:
518: end ZPB_WF_EVENT;
519: