DBA Data[Home] [Help]

APPS.PQH_PROCESS_EMP_REVIEW dependencies on FND_GLOBAL

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

699: if p_Comments is not null then
700: WF_NOTIFICATION.setAttrText(p_ntf_id, 'PQH_COMMENTS', p_Comments);
701: end if;
702:
703: WF_NOTIFICATION.setAttrText(p_ntf_id,'#FROM_ROLE',fnd_global.user_name);
704:
705: --Bug 3014549: Adding Commit as it is needed to display attribute values, just set, for the notification
706: COMMIT;
707: