DBA Data[Home] [Help]

APPS.PAY_US_EMPLOYEE_PAYSLIP_WEB dependencies on PER_POSITIONS

Line 1568: from per_positions pos,

1564: decode(pos.frequency, 'Y', 1,
1565: 'M', 12,
1566: 'W', 52,
1567: 'D', 365, 1)
1568: from per_positions pos,
1569: per_assignments_f paf
1570: where paf.assignment_id = cp_assignment_id
1571: and cp_period_end_date between paf.effective_start_date
1572: and paf.effective_end_date