DBA Data[Home] [Help]

APPS.PQH_FR_WF_NTF dependencies on FND_GLOBAL

Line 154: , avalue => fnd_global.user_name);

150:
151: wf_engine.SetItemAttrText( itemtype => l_itemtype
152: , itemkey => l_itemkey
153: , aname => 'ROUTED_BY_USER'
154: , avalue => fnd_global.user_name);
155:
156: /* begin ns - 26-mar-2004: This is no longer needed as the url for embedded region is
157: specified in the the message attribute itself.
158: l_url := 'JSP:/'||'OA_HTML'||'/'||'OA.jsp?akRegionCode=FR_PQH_PSV_VIEW_TOP'||'&'||'akRegionApplicationId=8302'||'&'||'pPersonId='||p_person_id||'&'||'pValidationId='||p_validation_id||'&'||'pNotification=Y';