DBA Data[Home] [Help]

APPS.PER_US_EXTRA_ASSIGNMENT_RULES dependencies on PER_ASSIGNMENTS_F

Line 39: from per_assignments_f asg

35: ) IS
36: --
37: cursor csr_asg_data is
38: select asg.location_id
39: from per_assignments_f asg
40: where asg.assignment_id = p_assignment_id
41: and p_effective_date between asg.effective_start_date
42: and asg.effective_end_date;
43: --