DBA Data[Home] [Help]

APPS.OKL_AGC_PVT dependencies on APP_EXCEPTIONS

Line 827: RAISE App_Exceptions.RECORD_LOCK_EXCEPTION;

823: IF (lock_csr%ISOPEN) THEN
824: CLOSE lock_csr;
825: END IF;
826: Okc_Api.set_message(G_FND_APP,G_FORM_UNABLE_TO_RESERVE_REC);
827: RAISE App_Exceptions.RECORD_LOCK_EXCEPTION;
828: END;
829:
830: IF ( l_row_notfound ) THEN
831: OPEN lchk_csr(p_agc_rec);