DBA Data[Home] [Help]

APPS.OKL_SST_PVT dependencies on APP_EXCEPTIONS

Line 1377: RAISE App_Exceptions.RECORD_LOCK_EXCEPTION;

1373: IF (lock_csr%ISOPEN) THEN
1374: CLOSE lock_csr;
1375: END IF;
1376: Okl_Api.set_message(G_FND_APP,G_FORM_UNABLE_TO_RESERVE_REC);
1377: RAISE App_Exceptions.RECORD_LOCK_EXCEPTION;
1378: END;
1379:
1380: IF ( l_row_notfound ) THEN
1381: OPEN lchk_csr(p_sst_rec);