DBA Data[Home] [Help]

APPS.ZPB_WF_ERROR dependencies on WF_USERS

Line 144: from wf_users

140: l_rolename := zpb_wf_ntf.MakeRoleName(l_INSTANCEID, l_TASKID);
141:
142: select distinct display_name
143: into l_NewDispName
144: from wf_users
145: where name = l_thisRecipient;
146:
147: -- add (And Shadows) display to role dispaly name
148: FND_MESSAGE.SET_NAME ('ZPB', 'ZPB_NTF_ANDSHADOWS');