2676: pod.rate -- Bug 5614467
2677: FROM po_distributions_all pod,
2678: po_headers_all poh,
2679: po_lines_all pol, --BUG 3022249
2680: po_line_locations_all pll, -- BUG 3022249
2681: gms_award_distributions adl
2682: WHERE pod.po_distribution_id = p_po_dist_id
2683: AND pod.project_id IS NOT NULL
2684: AND pod.po_header_id = poh.po_header_id