APPS.PO_COMPARE_REVISIONS dependencies on PO_LINE_LOCATIONS_ALL
Line 3023: from po_line_locations_all
3019: --get the shipment number using line location id
3020:
3021: select shipment_num
3022: into c_location_num 3023: from po_line_locations_all 3024: where line_location_id = p_dist_to.line_location_id;
3025:
3026: /*
3027: * If the old record does not exist, then this is a new one.