DBA Data[Home] [Help]

APPS.OKL_TCN_PVT dependencies on APP_EXCEPTIONS

Line 5190: RAISE App_Exceptions.RECORD_LOCK_EXCEPTION;

5186: IF (lock_csr%ISOPEN) THEN
5187: CLOSE lock_csr;
5188: END IF;
5189: Okc_Api.set_message(G_FND_APP,G_FORM_UNABLE_TO_RESERVE_REC);
5190: RAISE App_Exceptions.RECORD_LOCK_EXCEPTION;
5191: END;
5192:
5193: IF ( l_row_notfound ) THEN
5194: OPEN lchk_csr(p_tcn_rec);