DBA Data[Home] [Help]

APPS.OKL_AES_PVT dependencies on APP_EXCEPTIONS

Line 970: RAISE App_Exceptions.RECORD_LOCK_EXCEPTION;

966: IF (lock_csr%ISOPEN) THEN
967: CLOSE lock_csr;
968: END IF;
969: Okc_Api.set_message(G_FND_APP,G_FORM_UNABLE_TO_RESERVE_REC);
970: RAISE App_Exceptions.RECORD_LOCK_EXCEPTION;
971: END;
972:
973: IF ( l_row_notfound ) THEN
974: OPEN lchk_csr(p_aes_rec);