DBA Data[Home] [Help]

APPS.HRI_OPL_MULTI_THREAD dependencies on STANDARD

Line 1392: -- These are standard errors so don't raise an exception

1388: error_launching_thread OR
1389: invalid_sql
1390: THEN
1391: --
1392: -- These are standard errors so don't raise an exception
1393: --
1394: errbuf := NVL(g_errbuf,'HRI_MTHD_THREAD_IN_ERR');
1395: retcode := 2;
1396: --

Line 1646: -- These are standard errors so don't raise an exception

1642: --
1643: EXCEPTION
1644: WHEN invalid_program OR other_thread_in_error THEN
1645: --
1646: -- These are standard errors so don't raise an exception
1647: --
1648: errbuf := NVL(g_errbuf,SQLERRM);
1649: retcode := NVL(g_retcode,2);
1650: output(fnd_message.get);