DBA Data[Home] [Help]

APPS.OKL_QCN_PVT dependencies on APP_EXCEPTIONS

Line 1133: RAISE App_Exceptions.RECORD_LOCK_EXCEPTION;

1129: IF (lock_csr%ISOPEN) THEN
1130: CLOSE lock_csr;
1131: END IF;
1132: okl_api.set_message(G_FND_APP,G_FORM_UNABLE_TO_RESERVE_REC);
1133: RAISE App_Exceptions.RECORD_LOCK_EXCEPTION;
1134: END;
1135:
1136: IF ( l_row_notfound ) THEN
1137: OPEN lchk_csr(p_qcn_rec);