DBA Data[Home] [Help]

APPS.HR_POSITION_API dependencies on HR_SECURITY

Line 1966: ,p_security_profile_id in number default hr_security.get_security_profile

1962: ,p_request_id in number default null
1963: ,p_program_application_id in number default null
1964: ,p_program_id in number default null
1965: ,p_program_update_date in date default null
1966: ,p_security_profile_id in number default hr_security.get_security_profile
1967: ) is
1968: --
1969: -- Declare cursors and local variables
1970: --

Line 2726: hr_security.add_position(l_position_id,

2722: --
2723: close csr_get_nondt_pos;
2724: --
2725: */
2726: hr_security.add_position(l_position_id,
2727: p_security_profile_id);
2728: --
2729: end if;
2730: end;

Line 4243: ,p_security_profile_id in number default hr_security.get_security_profile

4239: ,p_effective_end_date out nocopy date
4240: ,p_object_version_number in out nocopy number
4241: ,p_effective_date in date
4242: ,p_datetrack_mode in varchar2
4243: ,p_security_profile_id in number default hr_security.get_security_profile
4244: ) is
4245: --
4246: -- Declare cursors and local variables
4247: --

Line 4315: hr_security.delete_pos_from_list(p_position_Id);

4311: fetch c1 into l_view_all_positions_flag;
4312: close c1;
4313: --
4314: -- if l_view_all_positions_flag <> 'Y' then
4315: hr_security.delete_pos_from_list(p_position_Id);
4316: -- end if;
4317: end if;
4318: --
4319: end;