DBA Data[Home] [Help]

APPS.PAY_GB_EDI_P46_CAR dependencies on PER_ASSIGNMENTS_F

Line 211: per_assignments_f asg,

207: CURSOR c_tax_ref(p_assignment_id IN NUMBER,
208: p_eff_date IN DATE) IS
209: SELECT flex.segment1 tax_ref
210: FROM hr_soft_coding_keyflex flex,
211: per_assignments_f asg,
212: Pay_payrolls_f ppf
213: WHERE asg.assignment_id = p_assignment_id
214: AND p_eff_date BETWEEN asg.effective_start_date AND asg.effective_end_date
215: AND asg.payroll_id = ppf.payroll_id

Line 1475: FROM per_people_f p, per_assignments_f a

1471: , p.person_id
1472: , p.national_identifier
1473: , p.date_of_birth --For Bug 6652235
1474: , p.sex --For Bug 6652235
1475: FROM per_people_f p, per_assignments_f a
1476: WHERE a.assignment_id = p_assignment_id
1477: AND l_eff_date between
1478: a.effective_start_date and a.effective_end_date
1479: AND a.person_id = p.person_id