DBA Data[Home] [Help]

APPS.ZPB_WF_EVENT dependencies on ZPB_UTIL_PVT

Line 270: ZPB_UTIL_PVT.AddUsersToAdHocRole(rolename, thisRecipient);

266: aname => 'EPBPERFORMER');
267:
268:
269: if zpb_wf_ntf.user_in_role(rolename, thisRecipient) = 'N' then
270: ZPB_UTIL_PVT.AddUsersToAdHocRole(rolename, thisRecipient);
271: end if;
272:
273: -- BUG 4407850 06/02/2005 NTF NOT SENT TO CALLER changed ATTRNumber to ATTRTEXT
274: thisRecipient := wf_engine.GetItemAttrText(Itemtype => ItemType,

Line 279: ZPB_UTIL_PVT.AddUsersToAdHocRole(rolename, thisRecipient);

275: Itemkey => ItemKey,
276: aname => 'FNDUSERNAM');
277:
278: if zpb_wf_ntf.user_in_role(rolename, thisRecipient) = 'N' then
279: ZPB_UTIL_PVT.AddUsersToAdHocRole(rolename, thisRecipient);
280: end if;
281:
282: -- reset EPBPERFORMER to ntf role
283: wf_engine.SetItemAttrText(Itemtype => ItemType,

Line 473: ZPB_UTIL_PVT.AddUsersToAdHocRole(rolename, thisRecipient);

469: -- convert ID to username
470: thisRecipient:= zpb_wf_ntf.ID_to_FNDUser(thisrecipID);
471:
472: if zpb_wf_ntf.user_in_role(rolename, thisRecipient) = 'N' then
473: ZPB_UTIL_PVT.AddUsersToAdHocRole(rolename, thisRecipient);
474: -- DBMS_OUTPUT.PUT_LINE('name set2: ' || thisRecipient);
475: end if;
476:
477: -- add in shadow if there is one

Line 487: ZPB_UTIL_PVT.AddUsersToAdHocRole(rolename, thisRecipient);

483: -- add BP owner as recipient also
484: thisRecipient := zpb_wf_ntf.ID_to_FNDUser(OwnerID);
485:
486: if zpb_wf_ntf.user_in_role(rolename, thisRecipient) = 'N' then
487: ZPB_UTIL_PVT.AddUsersToAdHocRole(rolename, thisRecipient);
488: zpb_wf_ntf.add_Shadow(rolename, OwnerID);
489: -- DBMS_OUTPUT.PUT_LINE('owner name set: ' || thisRecipient);
490: end if;
491:

Line 498: ZPB_UTIL_PVT.AddUsersToAdHocRole(rolename, thisRecipient);

494: thisRecipient := wf_engine.GetItemAttrText(Itemtype => ItemType,
495: Itemkey => ItemKey, aname => 'FNDUSERNAM');
496:
497: if zpb_wf_ntf.user_in_role(rolename, thisRecipient) = 'N' then
498: ZPB_UTIL_PVT.AddUsersToAdHocRole(rolename, thisRecipient);
499: end if;
500:
501: -- end BUG 4355208
502: