[Home] [Help]
APPS.PQH_RLS_UPD dependencies on FND_USER
Line 316: fnd_user usr
312: cursor c1 is
313: select ppei.person_id,usr.user_name
314: from
315: per_people_extra_info ppei,
316: fnd_user usr
317: where
318: ppei.information_type = 'PQH_ROLE_USERS'
319: and ppei.PEI_INFORMATION3 = p_rec.role_id
320: and ppei.PEI_INFORMATION5 = 'Y'