DBA Data[Home] [Help]

APPS.ETRM_PNAV dependencies on CON$

Line 222: from sys.con$

218: where obj# = n_object_id;
219:
220: cursor cur_cons(n_object_id in dba_objects.object_id%type) is
221: select name
222: from sys.con$
223: where con# = n_object_id;
224:
225:
226: