DBA Data[Home] [Help]

APPS.HR_HIERARCHY_ELEMENT_API dependencies on PER_SECURITY_PROFILES

Line 59: from per_security_profiles

55: from per_org_structure_versions
56: where org_structure_version_id= p_org_structure_version_id;
57:
58: cursor c_org_flag is select VIEW_ALL_ORGANIZATIONS_FLAG
59: from per_security_profiles
60: where security_profile_id= l_security_profile_id;
61:
62: --Bug fix 2879820 ends here
63: --