DBA Data[Home] [Help]

APPS.PO_SERVICES_PVT dependencies on STANDARD

Line 680: AND shipment_type = 'STANDARD';

676: INTO x_amount_received,
677: x_amount_billed
678: FROM po_line_locations_all
679: WHERE po_line_id = p_po_line_id
680: AND shipment_type = 'STANDARD';
681:
682: EXCEPTION
683:
684: WHEN NO_DATA_FOUND THEN