DBA Data[Home] [Help]

APPS.HR_FR_PERS_PAY_METHOD_API dependencies on PER_ASSIGNMENTS_F

Line 67: per_assignments_f asg

63: --
64: cursor legsel is
65: select pbg.legislation_code
66: from per_business_groups pbg,
67: per_assignments_f asg
68: where pbg.business_group_id = asg.business_group_id
69: and asg.assignment_id = p_assignment_id
70: and p_effective_date between asg.effective_start_date
71: and asg.effective_end_date;