DBA Data[Home] [Help]

APPS.OKL_CLG_PVT dependencies on APP_EXCEPTIONS

Line 2057: RAISE App_Exceptions.RECORD_LOCK_EXCEPTION;

2053: IF (lock_csr%ISOPEN) THEN
2054: CLOSE lock_csr;
2055: END IF;
2056: Okc_Api.set_message(G_FND_APP,G_FORM_UNABLE_TO_RESERVE_REC);
2057: RAISE App_Exceptions.RECORD_LOCK_EXCEPTION;
2058: END;
2059:
2060: IF ( l_row_notfound ) THEN
2061: OPEN lchk_csr(p_clg_rec);

Line 2157: RAISE App_Exceptions.RECORD_LOCK_EXCEPTION;

2153: IF (lock_csr%ISOPEN) THEN
2154: CLOSE lock_csr;
2155: END IF;
2156: Okc_Api.set_message(G_FND_APP,G_FORM_UNABLE_TO_RESERVE_REC);
2157: RAISE App_Exceptions.RECORD_LOCK_EXCEPTION;
2158: END;
2159:
2160: IF ( l_row_notfound ) THEN
2161: Okc_Api.set_message(G_FND_APP,G_FORM_RECORD_DELETED);