DBA Data[Home] [Help]

APPS.ETRM_RPT dependencies on CON$

Line 40: from sys.con$

36: where obj# = n_object_id;
37:
38: cursor cur_cons(n_object_id in dba_objects.object_id%type) is
39: select name
40: from sys.con$
41: where con# = n_object_id;
42:
43:
44: