DBA Data[Home] [Help]

SYS.VALIDATE_CONTEXT dependencies on OBJ$

Line 40: for c2 in (select status from sys.obj$

36: l_ltype := c1.dbo_type;
37: end if;
38:
39: l_status := -1;
40: for c2 in (select status from sys.obj$
41: where owner# = l_owner#
42: and name = c1.dbo_name
43: and type# = l_type#)
44: loop