DBA Data[Home] [Help]

APPS.HR_PL_PERSONAL_PAY_METHOD_API dependencies on PER_ASSIGNMENTS_F

Line 93: per_assignments_f asg

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