DBA Data[Home] [Help]

APPS.PAY_PYUCSLIS_PKG dependencies on PER_SECURITY_PROFILES_V

Line 3541: from per_security_profiles_v pspv

3537: --
3538: -- Get all security profiles excluding the view_all profiles.
3539: cursor csr_security_prof is
3540: select pspv.*
3541: from per_security_profiles_v pspv
3542: where pspv.view_all_flag = 'N'
3543: and pspv.view_all_candidates_flag <> p_profile_option;
3544: --
3545: begin