DBA Data[Home] [Help]

APPS.ETRM_PNAV dependencies on DBA_ERRORS

Line 1852: from dba_errors

1848: , c_owner IN dba_objects.owner%type)
1849: is select line
1850: , position
1851: , text
1852: from dba_errors
1853: where name = c_name
1854: and owner = c_owner
1855: and type = c_type
1856: order by sequence;

Line 1868: summary="Errors recorded in dba_errors">');

1864: for e_rec in cur_errors(c_name, c_type, c_owner) loop
1865: IF v_first Then
1866: htp.p('

Error Text
');
1867: htp.p('1868: summary="Errors recorded in dba_errors">');
1869: htp.p('');
1870: htp.p('');
1871: htp.p('');
1872: htp.p('');

Line Pos''nText