DBA Data[Home] [Help]

APPS.ETRM_PNAV dependencies on OBJ$

Line 217: from sys.obj$

213: is
214:
215: cursor cur_raw(n_object_id in dba_objects.object_id%type) is
216: select name
217: from sys.obj$
218: where obj# = n_object_id;
219:
220: cursor cur_cons(n_object_id in dba_objects.object_id%type) is
221: select name