DBA Data[Home] [Help]

APPS.PO_COPYDOC_S4 dependencies on DUAL

Line 547: FROM SYS.DUAL;

543: l_progress := '019';
544: BEGIN
545: SELECT po_line_locations_s.nextval
546: INTO x_po_shipment_record.line_location_id
547: FROM SYS.DUAL;
548: EXCEPTION
549: WHEN OTHERS THEN
550: x_po_shipment_record.line_location_id := NULL;
551: po_copydoc_s1.copydoc_sql_error('validate_shipment', l_progress, sqlcode,