DBA Data[Home] [Help]

APPS.OE_NEGOTIATE_WF dependencies on FND_PROFILE

Line 1483: l_from_role := fnd_profile.Value('OE_NOTIFICATION_APPROVER');

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;
1487: END IF;