DBA Data[Home] [Help]

APPS.PER_ADDRESSES_PKG dependencies on PER_ASSIGNMENTS_F

Line 1483: from per_assignments_f asg

1479:
1480:
1481: cursor get_payroll is
1482: select effective_start_date
1483: from per_assignments_f asg
1484: where asg.person_id = p_person_id
1485: and asg.payroll_id is not null
1486: and asg.assignment_type ='E' -- fix for bug14248791
1487: order by effective_start_date;