DBA Data[Home] [Help]

APPS.PQH_RLS_UPD dependencies on FND_USER

Line 317: fnd_user usr

313: cursor c1 is
314: select ppei.person_id,usr.user_name
315: from
316: per_people_extra_info ppei,
317: fnd_user usr
318: where
319: ppei.information_type = 'PQH_ROLE_USERS'
320: and ppei.PEI_INFORMATION3 = p_rec.role_id
321: and ppei.PEI_INFORMATION5 = 'Y'