13.1 Data Types

The following data types are used by the APEX_DATA_LOADING package.

type t_data_load_result is record(
    processed_rows    PLS_INTEGER,
    error_rows        PLS_INTEGER );