DBA Data[Home] [Help]

APPS.HR_PSF_BUS dependencies on PER_ASSIGNMENT_STATUS_TYPES

Line 5251: from per_all_assignments_f asg, per_assignment_status_types ast

5247: l_no_assignments number;
5248: --
5249: cursor c_no_assignments(p_position_id number, p_effective_date date) is
5250: select count(1)
5251: from per_all_assignments_f asg, per_assignment_status_types ast
5252: where asg.position_id = p_position_id
5253: and p_effective_date between asg.effective_start_date and asg.effective_end_date
5254: and asg.assignment_type in ('E', 'C')
5255: and asg.assignment_status_type_id = ast.assignment_status_type_id