DBA Data[Home] [Help]

APPS.BEN_EXT_PAYROLL_BALANCE dependencies on HR_SOFT_CODING_KEYFLEX

Line 15: from hr_soft_coding_keyflex sft,

11:
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