1578: decode(pou.frequency, 'Y', 1,
1579: 'M', 12,
1580: 'W', 52,
1581: 'D', 365, 1)
1582: from per_organization_units pou,
1583: per_assignments_f paf
1584: where paf.assignment_id = cp_assignment_id
1585: and cp_period_end_date between paf.effective_start_date
1586: and paf.effective_end_date