DBA Data[Home] [Help]

APPS.OKL_ETV_PVT dependencies on APP_EXCEPTIONS

Line 450: RAISE app_exceptions.record_lock_exception;

446: CLOSE lock_csr;
447: END IF;
448: okl_api.set_message(g_fnd_app
449: ,g_form_unable_to_reserve_rec);
450: RAISE app_exceptions.record_lock_exception;
451: END;
452:
453: IF (l_row_notfound) THEN
454: OPEN lchk_csr(p_def_etv_rec);