DBA Data[Home] [Help]

APPS.OKL_ASV_PVT dependencies on APP_EXCEPTIONS

Line 1282: RAISE App_Exceptions.RECORD_LOCK_EXCEPTION;

1278: IF (lock_csr%ISOPEN) THEN
1279: CLOSE lock_csr;
1280: END IF;
1281: okl_api.set_message(G_FND_APP,G_FORM_UNABLE_TO_RESERVE_REC);
1282: RAISE App_Exceptions.RECORD_LOCK_EXCEPTION;
1283: END;
1284:
1285: IF ( l_row_notfound ) THEN
1286: OPEN lchk_csr(p_asv_rec);