DBA Data[Home] [Help]

APPS.PER_QH_ACTION dependencies on FND_PROFILE

Line 860: l_user_name := fnd_profile.value('USERNAME');

856: wf_notification.setAttrText(l_nid,'SUPPLIER_REFERENCE',p_supplier_reference);
857: wf_notification.setAttrDate(l_nid,'START_DATE',p_placement_date_start);
858: -- # 3295399 Start
859: if p_notification ='NEW_CWK' then
860: l_user_name := fnd_profile.value('USERNAME');
861: wf_notification.setAttrText(l_nid,'#FROM_ROLE',l_user_name);
862: End if;
863: -- # 3295399 End
864: --