DBA Data[Home] [Help]

APPS.OE_BLANKET_WF dependencies on FND_PROFILE

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

1081:
1082: /*starting the fix for bug 9897971 */
1083: l_from_role:=wf_engine.GetItemAttrText(itemtype,itemkey,'NOTIFICATION_FROM_ROLE');
1084: IF NOT WF_DIRECTORY.UserActive(l_from_role) THEN
1085: l_from_role := fnd_profile.Value('OE_NOTIFICATION_APPROVER');
1086: IF l_from_role IS null or NOT WF_DIRECTORY.UserActive(l_from_role) then
1087: l_from_role := 'SYSADMIN';
1088: END IF;
1089: END IF;