DBA Data[Home] [Help]

APPS.OKL_AEH_PVT dependencies on APP_EXCEPTIONS

Line 2279: RAISE App_Exceptions.RECORD_LOCK_EXCEPTION;

2275: IF (lock_csr%ISOPEN) THEN
2276: CLOSE lock_csr;
2277: END IF;
2278: Okc_Api.set_message(G_FND_APP,G_FORM_UNABLE_TO_RESERVE_REC);
2279: RAISE App_Exceptions.RECORD_LOCK_EXCEPTION;
2280: END;
2281:
2282: IF ( l_row_notfound ) THEN
2283: OPEN lchk_csr(p_aeh_rec);