DBA Data[Home] [Help]

APPS.HR_PL_PERSONAL_PAY_METHOD_API dependencies on PER_ASSIGNMENTS_F

Line 95: per_assignments_f asg

91: --
92: cursor legsel is
93: select pbg.legislation_code
94: from per_business_groups pbg,
95: per_assignments_f asg
96: where pbg.business_group_id = asg.business_group_id
97: and asg.assignment_id = p_assignment_id
98: and p_effective_date between asg.effective_start_date
99: and asg.effective_end_date;