DBA Data[Home] [Help]

APPS.ETRM_RPT dependencies on DBA_SOURCE

Line 832: from dba_source

828: cursor cur_source(c_name in dba_objects.object_name%type
829: , c_type in dba_objects.object_type%type
830: , c_owner in dba_objects.owner%type)
831: is select text
832: from dba_source
833: where name = c_name
834: and type = c_type
835: and owner = c_owner;
836: