DBA Data[Home] [Help]

APPS.PER_FR_D2_PKG dependencies on PER_DISABILITIES_F

Line 82: per_disabilities_f pdf,

78: pdf.effective_end_date date_to,
79: asg.effective_start_date asg_from,
80: asg.effective_end_date asg_to
81: from
82: per_disabilities_f pdf,
83: per_assignment_status_types typ,
84: per_all_assignments_f asg
85: where asg.person_id = pdf.person_id
86: and asg.assignment_type = 'E'