Hi, you can try the query bellow for further investigation... select qu_suite_qp.pky_un_qu_suite_name_by ('FE', USER) from DUAL; or select universal_id, name from QU_SUITE where NAME = 'FE' and created_by = 'USER'; Vita
↧