DBA Data[Home] [Help]

APPS.PO_COMPARE_REVISIONS dependencies on PO_LINE_LOCATIONS_ALL

Line 3026: from po_line_locations_all

3022: --get the shipment number using line location id
3023:
3024: select shipment_num
3025: into c_location_num
3026: from po_line_locations_all
3027: where line_location_id = p_dist_to.line_location_id;
3028:
3029: /*
3030: * If the old record does not exist, then this is a new one.