105: where po_distribution_id = p_po_distribution_id);
106:
107: cursor c_get_po_release (p_po_distribution_id number) is
108: select release_num, release_date
109: from po_releases_all
110: where po_release_id in
111: (
112: select po_release_id
113: from po_line_locations_all
254: v_po_date date;
255: v_receipt_num rcv_shipment_headers.receipt_num%type;
256: v_receipt_date date;
257: v_tax_type JAI_CMN_TAXES_ALL.tax_type%type;
258: v_po_release_num po_releases_all.release_num%type;
259: v_po_release_date date;
260:
261: v_excise_ap number;
262: v_customs_ap number;