DBA Data[Home] [Help]

APPS.PER_RI_CONFIG_UTILITIES dependencies on PER_SECURITY_PROFILES

Line 2201: from per_security_profiles

2197: where name = cp_business_group_name;
2198:
2199: cursor csr_security_profiles (cp_security_profile_name varchar2)IS
2200: select security_profile_id
2201: from per_security_profiles
2202: where security_profile_name = cp_security_profile_name;
2203:
2204: l_sec_profile_assignment_id per_sec_profile_assignments.sec_profile_assignment_id%type;
2205: l_user_id per_sec_profile_assignments.user_id%type;

Line 3382: from per_security_profiles

3378: where name = cp_business_group_name;
3379:
3380: cursor csr_security_profiles (cp_security_profile_name varchar2)IS
3381: select security_profile_id
3382: from per_security_profiles
3383: where security_profile_name = cp_security_profile_name;
3384:
3385: cursor csr_security_group_name(cp_security_group_id in number) IS
3386: select security_group_name,security_group_key