[Home] [Help]
5668: cursor csr_offers is
5669: select paf.assignment_id
5670: from per_all_people_f ppf,
5671: per_all_assignments_f paf,
5672: irc_offers iof,
5673: irc_offer_status_history history
5674: where ppf.party_id = p_party_id
5675: and trunc(sysdate) between ppf.effective_start_date and ppf.effective_end_date
5676: and paf.person_id = ppf.person_id