DBA Data[Home] [Help]

APPS.OE_NEGOTIATE_WF dependencies on WF_DIRECTORY

Line 1482: IF NOT WF_DIRECTORY.UserActive(l_from_role) THEN

1478: aname=>'OFFER_FINAL_EXPIRE_TIMER',
1479: avalue=>l_final_timer);
1480: /*starting the fix for bug 9069528 */
1481: l_from_role:=wf_engine.GetItemAttrText(itemtype,itemkey,'NOTIFICATION_FROM_ROLE');
1482: IF NOT WF_DIRECTORY.UserActive(l_from_role) THEN
1483: l_from_role := fnd_profile.Value('OE_NOTIFICATION_APPROVER');
1484: IF l_from_role IS null or NOT WF_DIRECTORY.UserActive(l_from_role) then
1485: l_from_role := 'SYSADMIN';
1486: END IF;

Line 1484: IF l_from_role IS null or NOT WF_DIRECTORY.UserActive(l_from_role) then

1480: /*starting the fix for bug 9069528 */
1481: l_from_role:=wf_engine.GetItemAttrText(itemtype,itemkey,'NOTIFICATION_FROM_ROLE');
1482: IF NOT WF_DIRECTORY.UserActive(l_from_role) THEN
1483: l_from_role := fnd_profile.Value('OE_NOTIFICATION_APPROVER');
1484: IF l_from_role IS null or NOT WF_DIRECTORY.UserActive(l_from_role) then
1485: l_from_role := 'SYSADMIN';
1486: END IF;
1487: END IF;
1488: wf_engine.setItemAttrText(itemtype,itemkey,'NOTIFICATION_FROM_ROLE',l_from_role);