DBA Data[Home] [Help]

APPS.ETRM_RPT dependencies on OBJ$

Line 35: from sys.obj$

31: is
32:
33: cursor cur_raw(n_object_id in dba_objects.object_id%type) is
34: select name
35: from sys.obj$
36: where obj# = n_object_id;
37:
38: cursor cur_cons(n_object_id in dba_objects.object_id%type) is
39: select name