DBA Data[Home] [Help]

APPS.PER_QH_ACTION dependencies on FND_PROFILE

Line 142: if (nvl(fnd_profile.value('HR_ALLOW_FPT_UPDATES'),'N') = 'Y') then

138: --
139: -- Check that there are not any future changes to the assignment
140: --
141: -- ER FPT
142: if (nvl(fnd_profile.value('HR_ALLOW_FPT_UPDATES'),'N') = 'Y') then
143: open fpt_future_asg_changes;
144: fetch fpt_future_asg_changes into l_dummy;
145: --
146: if fpt_future_asg_changes%FOUND then

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

881: wf_notification.setAttrText(l_nid,'SUPPLIER_REFERENCE',p_supplier_reference);
882: wf_notification.setAttrDate(l_nid,'START_DATE',p_placement_date_start);
883: -- # 3295399 Start
884: if p_notification ='NEW_CWK' then
885: l_user_name := fnd_profile.value('USERNAME');
886: wf_notification.setAttrText(l_nid,'#FROM_ROLE',l_user_name);
887: End if;
888: -- # 3295399 End
889: --