DBA Data[Home] [Help]

APPS.HR_POSITION_API dependencies on PER_SECURITY_PROFILES

Line 2039: from per_security_profiles

2035: --
2036: --
2037: cursor c_view_all_pos is
2038: select view_all_positions_flag
2039: from per_security_profiles
2040: where security_profile_id = p_security_profile_id;
2041: --
2042: cursor csr_job_bg is
2043: select business_group_id

Line 4257: from per_security_profiles

4253: l_view_all_positions_flag varchar2(30);
4254: --
4255: cursor c1 is
4256: select view_all_positions_flag
4257: from per_security_profiles
4258: where security_profile_id = p_security_profile_id;
4259: --
4260: begin
4261: