DBA Data[Home] [Help]

APPS.CZ_ORAAPPS_INTEGRATE dependencies on CZ_DB_LOGS

Line 3440: FOR i IN(SELECT message FROM CZ_DB_LOGS

3436: --
3437: -- return last error message if error
3438: --
3439: IF v_err<>0 THEN
3440: FOR i IN(SELECT message FROM CZ_DB_LOGS
3441: WHERE run_id=v_err ORDER BY logtime)
3442: LOOP
3443: errbuf:=i.message;
3444: END LOOP;