DBA Data[Home] [Help]

SYS.DBMS_FEATURE_APEX dependencies on DBMS_ASSERT

Line 17: l_apex_schema := dbms_assert.enquote_name(c1.schema, FALSE);

13: Note: this will only return one row */
14: for c1 in (select schema
15: from dba_registry
16: where comp_id = 'APEX' ) loop
17: l_apex_schema := dbms_assert.enquote_name(c1.schema, FALSE);
18: end loop;
19:
20: /* If not found, then APEX is not installed */
21: if l_apex_schema is null then