DBA Data[Home] [Help]

APPS.OKL_PVN_PVT dependencies on APP_EXCEPTIONS

Line 2058: RAISE App_Exceptions.RECORD_LOCK_EXCEPTION;

2054: IF (lock_csr%ISOPEN) THEN
2055: CLOSE lock_csr;
2056: END IF;
2057: Okc_Api.set_message(G_FND_APP,G_FORM_UNABLE_TO_RESERVE_REC);
2058: RAISE App_Exceptions.RECORD_LOCK_EXCEPTION;
2059: END;
2060:
2061: IF ( l_row_notfound ) THEN
2062: OPEN lchk_csr(p_pvn_rec);