DBA Data[Home] [Help]

SYS.DBMS_FEATURE_APEX dependencies on DBA_REGISTRY

Line 15: from dba_registry

11: begin
12: /* Determine current schema for Application Express
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: