DBA Data[Home] [Help]

APPS.PAY_PYUCSLIS_PKG dependencies on PER_SECURITY_PROFILES_V

Line 6538: from per_security_profiles_v pspv

6534: --
6535: -- Get all security profiles excluding the view_all profiles.
6536: cursor csr_security_prof is
6537: select pspv.*
6538: from per_security_profiles_v pspv
6539: where pspv.view_all_flag = 'N'
6540: and pspv.view_all_candidates_flag <> p_profile_option;
6541: --
6542: begin