DBA Data[Home] [Help]

APPS.PO_COPYDOC_S4 dependencies on DUAL

Line 540: FROM SYS.DUAL;

536: l_progress := '019';
537: BEGIN
538: SELECT po_line_locations_s.nextval
539: INTO x_po_shipment_record.line_location_id
540: FROM SYS.DUAL;
541: EXCEPTION
542: WHEN OTHERS THEN
543: x_po_shipment_record.line_location_id := NULL;
544: po_copydoc_s1.copydoc_sql_error('validate_shipment', l_progress, sqlcode,