DBA Data[Home] [Help]

APPS.OKL_PAL_PVT dependencies on APP_EXCEPTIONS

Line 625: RAISE app_exceptions.record_lock_exception;

621: CLOSE lock_csr;
622: END IF;
623: okl_api.set_message(g_fnd_app
624: ,g_form_unable_to_reserve_rec);
625: RAISE app_exceptions.record_lock_exception;
626: END;
627:
628: IF (l_row_notfound) THEN
629: OPEN lchk_csr(p_def_pal_rec);