DBA Data[Home] [Help]

APPS.OKL_AWR_PVT dependencies on APP_EXCEPTIONS

Line 1156: RAISE App_Exceptions.RECORD_LOCK_EXCEPTION;

1152: IF (lock_csr%ISOPEN) THEN
1153: CLOSE lock_csr;
1154: END IF;
1155: okl_api.set_message(G_FND_APP,G_FORM_UNABLE_TO_RESERVE_REC);
1156: RAISE App_Exceptions.RECORD_LOCK_EXCEPTION;
1157: END;
1158:
1159: IF ( l_row_notfound ) THEN
1160: OPEN lchk_csr(p_awr_rec);