DBA Data[Home] [Help]

APPS.PAY_US_EMPLOYEE_PAYSLIP_WEB dependencies on PER_POSITIONS

Line 980: from per_positions pos,

976: decode(pos.frequency, 'Y', 1,
977: 'M', 12,
978: 'W', 52,
979: 'D', 365, 1)
980: from per_positions pos,
981: per_assignments_f paf
982: where paf.assignment_id = cp_assignment_id
983: and cp_period_end_date between paf.effective_start_date
984: and paf.effective_end_date