DBA Data[Home] [Help]

APPS.OKL_STA_PVT dependencies on APP_EXCEPTIONS

Line 1476: RAISE App_Exceptions.RECORD_LOCK_EXCEPTION;

1472: IF (lock_csr%ISOPEN) THEN
1473: CLOSE lock_csr;
1474: END IF;
1475: Okl_Api.set_message(G_FND_APP,G_FORM_UNABLE_TO_RESERVE_REC);
1476: RAISE App_Exceptions.RECORD_LOCK_EXCEPTION;
1477: END;
1478:
1479: IF ( l_row_notfound ) THEN
1480: OPEN lchk_csr(p_sta_rec);