DBA Data[Home] [Help]

APPS.OKL_AET_PVT dependencies on APP_EXCEPTIONS

Line 1490: RAISE App_Exceptions.RECORD_LOCK_EXCEPTION;

1486: IF (lock_csr%ISOPEN) THEN
1487: CLOSE lock_csr;
1488: END IF;
1489: Okc_Api.set_message(G_FND_APP,G_FORM_UNABLE_TO_RESERVE_REC);
1490: RAISE App_Exceptions.RECORD_LOCK_EXCEPTION;
1491: END;
1492:
1493: IF ( l_row_notfound ) THEN
1494: OPEN lchk_csr(p_aet_rec);