I try to get Minimum and Maximum Values for columns/tables with names are in a table. Table name is CAMPOS_DATE and TABLE_NAME, COLUMN_NAME have table and column names.
I try to get MIN and MAX values for columns and I have created next procesure
Code:
CREATE OR REPLACE PROCEDURE "NA_PRC_MIN_MAX_DATES_CHM" IS

    -- ------------------------------------------------------------------ --
    -- Cursores
...