DBA Data[Home] [Help]

APPS.OKL_AGB_PVT dependencies on APP_EXCEPTIONS

Line 825: RAISE App_Exceptions.RECORD_LOCK_EXCEPTION;

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