DBA Data[Home] [Help]

APPS.PQH_PROCESS_EMP_REVIEW dependencies on FND_GLOBAL

Line 693: WF_NOTIFICATION.setAttrText(p_ntf_id,'#FROM_ROLE',fnd_global.user_name);

689: if p_Comments is not null then
690: WF_NOTIFICATION.setAttrText(p_ntf_id, 'PQH_COMMENTS', p_Comments);
691: end if;
692:
693: WF_NOTIFICATION.setAttrText(p_ntf_id,'#FROM_ROLE',fnd_global.user_name);
694:
695: --Bug 3014549: Adding Commit as it is needed to display attribute values, just set, for the notification
696: COMMIT;
697: