DBA Data[Home] [Help]

APPS.PQH_PA_WHATIF_PROCESS dependencies on FND_USER

Line 3866: ,fnd_user usr

3862: Cursor csr_user_role IS
3863: Select rls.role_id
3864: From pqh_roles rls
3865: ,per_people_extra_info pei
3866: ,fnd_user usr
3867: Where rls.role_type_cd=p_user_type
3868: and nvl(rls.enable_flag,'N')='Y'
3869: and rls.role_id =to_number(pei_information3)
3870: and pei.information_type='PQH_ROLE_USERS'