DBA Data[Home] [Help]

APPS.OKL_TCN_PVT dependencies on APP_EXCEPTIONS

Line 5211: RAISE App_Exceptions.RECORD_LOCK_EXCEPTION;

5207: IF (lock_csr%ISOPEN) THEN
5208: CLOSE lock_csr;
5209: END IF;
5210: Okc_Api.set_message(G_FND_APP,G_FORM_UNABLE_TO_RESERVE_REC);
5211: RAISE App_Exceptions.RECORD_LOCK_EXCEPTION;
5212: END;
5213:
5214: IF ( l_row_notfound ) THEN
5215: OPEN lchk_csr(p_tcn_rec);