DBA Data[Home] [Help]

APPS.BEN_EXT_PAYROLL_BALANCE dependencies on PER_ASSIGNMENTS_F

Line 16: per_assignments_f asg

12: cursor c_tax_id (c_assignment_id in number
13: ,c_effective_date in date) is
14: select to_number(sft.segment1)
15: from hr_soft_coding_keyflex sft,
16: per_assignments_f asg
17: where sft.soft_coding_keyflex_id = asg.soft_coding_keyflex_id
18: and asg.assignment_id = c_assignment_id
19: and c_effective_date between asg.effective_start_date
20: and asg.effective_end_date;