DBA Data[Home] [Help]

APPS.FND_ODF_GEN dependencies on DBA_TABLES

Line 829: from dba_tables where table_name = p_object_name

825: l_str2 varchar2(50);
826: ctr NUMBER := 0;
827: cursor c_cur is
828: select NVL(temporary, 'NO'), NVL(IOT_TYPE, 'NO')
829: from dba_tables where table_name = p_object_name
830: and owner = p_schemaName;
831: begin
832: open c_cur;
833: loop