DBA Data[Home] [Help]

APPS.BEN_EXT_PAYROLL_BALANCE dependencies on PER_ALL_ASSIGNMENTS_F

Line 36: from per_all_assignments_f asg

32:
33: cursor c_fr_tax_id (c_assignment_id in number
34: ,c_effective_date in date) is
35: select asg.ESTABLISHMENT_ID
36: from per_all_assignments_f asg
37: where asg.assignment_id = c_assignment_id
38: and c_effective_date between asg.effective_start_date
39: and asg.effective_end_date
40: ;