DBA Data[Home] [Help]

APPS.PER_GET_ASG_POS dependencies on PER_ASSIGNMENT_STATUS_TYPES

Line 51: ,per_assignment_status_types past

47: cursor c1 is
48: select asg.effective_start_date,
49: asg.effective_end_date
50: from per_all_assignments_f asg
51: ,per_assignment_status_types past
52: where p_assignment_id = assignment_id
53: and p_position_id = position_id
54: and p_effective_start_date <= effective_start_date
55: and ( asg.assignment_status_type_id = past.assignment_status_type_id