DBA Data[Home] [Help]

APPS.CZ_ORAAPPS_INTEGRATE dependencies on CZ_DB_LOGS

Line 3521: FOR i IN(SELECT message FROM CZ_DB_LOGS

3517: --
3518: -- return last error message if error
3519: --
3520: IF v_err<>0 THEN
3521: FOR i IN(SELECT message FROM CZ_DB_LOGS
3522: WHERE run_id=v_err ORDER BY logtime)
3523: LOOP
3524: errbuf:=i.message;
3525: END LOOP;