DBA Data[Home] [Help]

APPS.OKL_SAO_PVT dependencies on APP_EXCEPTIONS

Line 3080: RAISE App_Exceptions.RECORD_LOCK_EXCEPTION;

3076: IF (lock_csr%ISOPEN) THEN
3077: CLOSE lock_csr;
3078: END IF;
3079: Okc_Api.set_message(G_FND_APP,G_FORM_UNABLE_TO_RESERVE_REC);
3080: RAISE App_Exceptions.RECORD_LOCK_EXCEPTION;
3081: END;
3082:
3083: IF ( l_row_notfound ) THEN
3084: OPEN lchk_csr(p_sao_rec);